wok-6.x diff dev86/receipt @ rev 4584
mirror-tools: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 10 15:55:08 2009 +0100 (2009-12-10) |
parents | |
children | 8290ff5b0d6b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dev86/receipt Thu Dec 10 15:55:08 2009 +0100 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 +