diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/cksfv/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/cksfv/PKGBUILD')
-rw-r--r-- | community/cksfv/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/cksfv/PKGBUILD b/community/cksfv/PKGBUILD deleted file mode 100644 index 3eed8b975..000000000 --- a/community/cksfv/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 86750 2013-03-21 21:05:54Z eric $ -# Maintainer: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> -# Contributor: Wijnand Modderman <wijanand+aur@archlinux.nl> - -pkgname=cksfv -pkgver=1.3.14 -pkgrel=2 -pkgdesc="SFV (Simple File Verification) Checker" -arch=('i686' 'x86_64') -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 - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make BINDIR="$pkgdir/usr/bin" MANDIR="$pkgdir/usr/share/man" install - chmod 644 "$pkgdir/usr/share/man/man1/$pkgname.1" -} |