Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e9fff9fd6e528e0f406bc3006d0f319b74deda39
commit e9fff9fd6e528e0f406bc3006d0f319b74deda39 Author: James Buren <[email protected]> Date: Wed Nov 18 04:07:35 2015 +0100 lexter-1.0.3-1-x86_64 * remove package diff --git a/source/games-extra/lexter/FrugalBuild b/source/games-extra/lexter/FrugalBuild deleted file mode 100644 index 4339aa0..0000000 --- a/source/games-extra/lexter/FrugalBuild +++ /dev/null @@ -1,38 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: Slown <[email protected]> - -pkgname=lexter -pkgver=1.0.3 -pkgrel=1 -pkgdesc="A Tetris-like word puzzle game for text terminals" -url="http://www.kyne.com.au/~mark/software/lexter.php" -depends=('ncurses') -makedepends=('intltool') -groups=('games-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump $url | grep tar.gz | Flasttar" -source=(http://www.kyne.com.au/~mark/software/$pkgname-$pkgver.tar.gz \ - $pkgname.png) -sha1sums=('846c4fbbd6af080110754aab7a9a1b6d1279c41a' \ - 'c92dc03d0b837e7eefd21d476fef7ca0330c3f0c') - -_F_desktop_name="Lexter" -_F_desktop_icon="/usr/share/pixmaps/lexter" -_F_desktop_categories="Game;BlocksGame;ConsoleOnly" - -build() { - Fcd - Fmkdir /var/lib/$pkgname - Fconf --prefix=/usr \ - --mandir=/usr/share/man \ - --localstatedir=/var/lib/$pkgname || Fdie - Fmake - Fmakeinstall - touch $Fdestdir/var/lib/lexter/lexter.scores || Fdie - chown -R root:games $Fdestdir/var/lib/lexter/lexter.scores || Fdie - chmod 664 $Fdestdir/var/lib/lexter/lexter.scores || Fdie - Ficon $pkgname.png - Fdesktop2 -} - -# optimization OK diff --git a/source/games-extra/lexter/lexter.png b/source/games-extra/lexter/lexter.png deleted file mode 100644 index 4d8617d..0000000 Binary files a/source/games-extra/lexter/lexter.png and /dev/null differ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
