Date: Thursday, March 21, 2013 @ 22:05:54 Author: eric Revision: 86750
archrelease: copy trunk to community-x86_64 Added: cksfv/repos/community-x86_64/PKGBUILD (from rev 86749, cksfv/trunk/PKGBUILD) Deleted: cksfv/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-03-21 21:05:35 UTC (rev 86749) +++ PKGBUILD 2013-03-21 21:05:54 UTC (rev 86750) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Jaroslaw Swierczynski <swier...@aur.archlinux.org> -# Contributor: Wijnand Modderman <wijanand+...@archlinux.nl> - -pkgname=cksfv -pkgver=1.3.14 -pkgrel=2 -pkgdesc="SFV (Simple File Verification) Checker" -arch=('i686' 'x86_64') -url="http://zakalwe.virtuaalipalvelin.net/~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 - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make install - chmod 644 $pkgdir/usr/share/man/man1/$pkgname.1 -} Copied: cksfv/repos/community-x86_64/PKGBUILD (from rev 86749, cksfv/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-03-21 21:05:54 UTC (rev 86750) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Jaroslaw Swierczynski <swier...@aur.archlinux.org> +# Contributor: Wijnand Modderman <wijanand+...@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" +}