wok view deutex-devel/receipt @ rev 10802

glib-networking: Fixed it to use offical source url. Please remove source tarball on tank or this package will not build.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 04 08:51:01 2011 +0000 (2011-06-04)
parents
children eb8067417980
line source
1 # SliTaz package receipt.
3 PACKAGE="deutex-devel"
4 VERSION="4.4.902"
5 CATEGORY="development"
6 SHORT_DESC="A WAD file composer for Doom, Heretic, Hexen and Strife."
7 MAINTAINER="slaxemulator@gmail.com"
8 SOURCE="deutex"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://www.teaser.fr/~amajorel/deutex/"
11 WGET_URL="http://www.teaser.fr/~amajorel/deutex/fungus/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 mkdir -p $DESTDIR/usr/bin
18 mkdir -p $DESTDIR/usr/share/man/man6
19 ./configure --cflags="${CFLAGS}" &&
20 make &&
21 make BINDIR=$DESTDIR/usr/bin MANDIR=$DESTDIR/usr/share/man install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }