From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/fbgetty/PKGBUILD | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 community/fbgetty/PKGBUILD (limited to 'community/fbgetty') diff --git a/community/fbgetty/PKGBUILD b/community/fbgetty/PKGBUILD deleted file mode 100644 index 77cc00f8e..000000000 --- a/community/fbgetty/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 91856 2013-05-28 17:26:45Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=fbgetty -pkgver=0.1.698 -pkgrel=5 -license=("GPL") -pkgdesc="fbgetty is a console getty like mingetty, which supports framebuffers" -arch=('i686' 'x86_64') -url="http://projects.meuh.org/fbgetty" -source=('http://projects.meuh.org/fbgetty/downloads/fbgetty-'$pkgver'.tar.gz') -md5sums=('1705bc0f8f1e03fe50d324ba84ac4e56') - -build() -{ - cd $srcdir/$pkgname-$pkgver - - ./configure --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin - - patch src/options.c < #include -EOF - - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install - mv ${pkgdir}/usr/info ${pkgdir}/usr/share/ -} -- cgit v1.2.3-54-g00ecf