From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gtypist/PKGBUILD | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 community/gtypist/PKGBUILD (limited to 'community/gtypist/PKGBUILD') diff --git a/community/gtypist/PKGBUILD b/community/gtypist/PKGBUILD deleted file mode 100644 index 34bd4c7b5..000000000 --- a/community/gtypist/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 92635 2013-06-10 09:42:13Z spupykin $ -# Maintainer: Sergej Pupykin -# Maintainer: Ben Mazer -# Contributor: Mike Douglas - -pkgname=gtypist -pkgver=2.9.3 -pkgrel=1 -pkgdesc="universal typing tutor" -arch=('i686' 'x86_64') -url="http://www.gnu.org/software/gtypist/gtypist.html" -license=("GPL") -depends=('ncurses' 'perl') -makedepends=('emacs') -install=gtypist.install -source=(ftp://ftp.gnu.org/gnu/gtypist/$pkgname-$pkgver.tar.gz - ncurses.patch) -md5sums=('e26c29be0adf345604a802be81712bee' - 'e37a2e8fe90c6c0c684c1a12d016ee03') - -build() { - cd $srcdir/$pkgname-$pkgver - patch -p1 <$srcdir/ncurses.patch - autoreconf - ./configure --prefix=/usr - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make prefix=$pkgdir/usr install - rm -f $pkgdir/usr/share/info/dir -} -- cgit v1.2.3-54-g00ecf