summaryrefslogtreecommitdiff
path: root/community/cksfv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cksfv/PKGBUILD')
-rw-r--r--community/cksfv/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/cksfv/PKGBUILD b/community/cksfv/PKGBUILD
index 214e52a44..90f7bf4e7 100644
--- a/community/cksfv/PKGBUILD
+++ b/community/cksfv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 57202 2011-10-23 23:26:43Z andrea $
+# $Id: PKGBUILD 86750 2013-03-21 21:05:54Z eric $
# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: Wijnand Modderman <wijanand+aur@archlinux.nl>
@@ -7,20 +7,20 @@ pkgver=1.3.14
pkgrel=2.1
pkgdesc="SFV (Simple File Verification) Checker"
arch=('i686' 'x86_64' 'mips64el')
-url="http://zakalwe.virtuaalipalvelin.net/~shd/foss/cksfv/"
+url="http://zakalwe.fi/~shd/foss/cksfv"
license=('GPL')
depends=('glibc')
source=(http://zakalwe.fi/~shd/foss/cksfv/files/$pkgname-$pkgver.tar.gz)
md5sums=('2e15289753ea0b90b6ea86993f93b383')
build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --package-prefix=$pkgdir
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make install
- chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1
+ cd "$srcdir/$pkgname-$pkgver"
+ make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install
+ chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1"
}