Date: Monday, November 25, 2013 @ 18:57:07 Author: jsteel Revision: 101443
archrelease: copy trunk to community-i686, community-x86_64 Deleted: gnuchess/repos/community-i686/PKGBUILD gnuchess/repos/community-x86_64/PKGBUILD ---------------------------+ community-i686/PKGBUILD | 31 ------------------------------- community-x86_64/PKGBUILD | 31 ------------------------------- 2 files changed, 62 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2013-11-25 17:56:40 UTC (rev 101442) +++ community-i686/PKGBUILD 2013-11-25 17:57:07 UTC (rev 101443) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org> -# Contributor: Allan McRae <[email protected]> -# Contributor: Tom Newsom <[email protected]> - -pkgname=gnuchess -pkgver=6.1.0 -pkgrel=1 -pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/chess/chess.html" -license=('GPL3') -depends=('bash') -optdepends=('xboard: graphical frontend') -install=$pkgname.install -source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz) -md5sums=('41b0771cee225eff9563d42e7f93263c') - -build() { - cd "$srcdir"/$pkgname-$pkgver - - ./configure --prefix=/usr - - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make prefix="$pkgdir"/usr install -} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2013-11-25 17:56:40 UTC (rev 101442) +++ community-x86_64/PKGBUILD 2013-11-25 17:57:07 UTC (rev 101443) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org> -# Contributor: Allan McRae <[email protected]> -# Contributor: Tom Newsom <[email protected]> - -pkgname=gnuchess -pkgver=6.1.0 -pkgrel=1 -pkgdesc="Play chess against the computer on a terminal and an engine for graphical chess frontends" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/chess/chess.html" -license=('GPL3') -depends=('bash') -optdepends=('xboard: graphical frontend') -install=$pkgname.install -source=(http://ftp.gnu.org/pub/gnu/chess/$pkgname-$pkgver.tar.gz) -md5sums=('41b0771cee225eff9563d42e7f93263c') - -build() { - cd "$srcdir"/$pkgname-$pkgver - - ./configure --prefix=/usr - - make -} - -package() { - cd "$srcdir"/$pkgname-$pkgver - - make prefix="$pkgdir"/usr install -}
