wok-stable view deutex-devel/receipt @ rev 11386

Compat: ensure that pam WGET_URL is non-https. Otherwise tazwok can't download it at cook-toolchain time
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:42:49 2011 +0100 (2011-12-10)
parents
children
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 }