wok-6.x rev 9275
Add deutex-devel.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 15 20:27:29 2011 +0000 (2011-03-15) |
parents | 98412c30ef3b |
children | 23e0f47e3a0e |
files | deutex-devel/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/deutex-devel/receipt Tue Mar 15 20:27:29 2011 +0000 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="deutex-devel" 1.7 +VERSION="4.4.902" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="A WAD file composer for Doom, Heretic, Hexen and Strife." 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +SOURCE="deutex" 1.12 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.teaser.fr/~amajorel/deutex/" 1.14 +WGET_URL="http://www.teaser.fr/~amajorel/deutex/fungus/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + mkdir -p $DESTDIR/usr/bin 1.21 + mkdir -p $DESTDIR/usr/share/man/man6 1.22 + ./configure --cflags="${CFLAGS}" && 1.23 + make && 1.24 + make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr 1.31 + cp -a $_pkg/usr/bin $fs/usr 1.32 +} 1.33 +