wok view deutex-devel/receipt @ rev 12639

connman: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Apr 29 21:53:45 2012 +0200 (2012-04-29)
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 }