diff options
author | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-06-11 00:05:27 -0700 |
commit | bf794523287bafc14671f83b08f7b22bceadc4bc (patch) | |
tree | 05c7098cb5eb0c4195d7c2eb735379fb27a974ab /community/libnfs | |
parent | 3f6e6048fea3b61c4d0b2c1e7385bc76882007a4 (diff) |
Tue Jun 11 00:05:26 PDT 2013
Diffstat (limited to 'community/libnfs')
-rw-r--r-- | community/libnfs/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/libnfs/PKGBUILD b/community/libnfs/PKGBUILD index 44acdab1b..c1572628f 100644 --- a/community/libnfs/PKGBUILD +++ b/community/libnfs/PKGBUILD @@ -1,23 +1,20 @@ -# $Id: PKGBUILD 87823 2013-04-07 09:29:35Z idevolder $ +# $Id: PKGBUILD 92631 2013-06-10 08:52:37Z idevolder $ # Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com> pkgname=libnfs -pkgver=1.5.0 +pkgver=1.6.0 pkgrel=1 pkgdesc="client library for accessing NFS shares" arch=('i686' 'x86_64') url="https://github.com/sahlberg/libnfs" license=('GPL') depends=('glibc') -source=("https://github.com/downloads/sahlberg/$pkgname/$pkgname-$pkgver.tar.gz") -#_srcfolder=sahlberg-libnfs-47e5a2c -sha256sums=('5663355dc18e75c893e09b133ca3ef70cf00754acfea863257f509922b5e5faa') +source=("https://github.com/sahlberg/$pkgname/archive/$pkgname-$pkgver.tar.gz") +sha256sums=('19a497044f086d2bed973d0e89392bd41d1a8e9f524d5787f3090f966e20ccc3') options=(!libtool) build() { - #mv "$_srcfolder" "$pkgname-$pkgver" - - cd "$pkgname-$pkgver" + cd "$pkgname-$pkgname-$pkgver" autoreconf -vif ./configure --prefix=/usr @@ -25,6 +22,6 @@ build() { } package() { - cd "$pkgname-$pkgver" + cd "$pkgname-$pkgname-$pkgver" make DESTDIR="$pkgdir" install } |