wok rev 1720

Add dev86
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 18 12:40:05 2008 +0000 (2008-11-18)
parents c5a9be378b46
children 7bb391a2d0a1
files dev86/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dev86/receipt	Tue Nov 18 12:40:05 2008 +0000
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="dev86"
     1.7 +VERSION="0.16.17"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Linux 8086 development environment."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +SOURCE="Dev86src"
    1.12 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.debath.co.uk/"
    1.14 +WGET_URL="${WEB_SITE}$PACKAGE/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	mv $PACKAGE-$VERSION $src 2> /dev/null
    1.20 +	cd $src
    1.21 +	echo q | make PREFIX=/usr &&
    1.22 +	make DIST=$PWD/_pkg install
    1.23 +}
    1.24 +
    1.25 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.26 +genpkg_rules()
    1.27 +{
    1.28 +	mkdir -p $fs/usr
    1.29 +	cp -a $_pkg/usr/bin $fs/usr
    1.30 +	cp -a $_pkg/usr/lib $fs/usr
    1.31 +}
    1.32 +