wok-6.x annotate yasm/receipt @ rev 11232
Add from wok-undigest: seed gnome-games
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Nov 05 13:15:12 2011 +0100 (2011-11-05) |
parents | fca1cf108f36 |
children | cb660f628a78 |
rev | line source |
---|---|
jozee@4536 | 1 # SliTaz package receipt. |
jozee@4536 | 2 |
jozee@4536 | 3 PACKAGE="yasm" |
slaxemulator@7205 | 4 VERSION="1.1.0" |
jozee@4536 | 5 CATEGORY="development" |
jozee@4536 | 6 MAINTAINER="jozee@slitaz.org" |
jozee@4536 | 7 SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)" |
jozee@4536 | 8 DEPENDS="glibc-base" |
jozee@4536 | 9 WEB_SITE="http://www.tortall.net/projects/yasm/" |
jozee@4536 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
jozee@4536 | 11 WGET_URL="$WEB_SITE/releases/$TARBALL" |
jozee@4536 | 12 |
jozee@4536 | 13 # Rules to configure and make the package. |
jozee@4536 | 14 compile_rules() { |
slaxemulator@10054 | 15 cd $src |
slaxemulator@10054 | 16 ./configure $CONFIGURE_ARGS && |
slaxemulator@10054 | 17 make && |
slaxemulator@10054 | 18 make install |
jozee@4536 | 19 } |
jozee@4536 | 20 |
jozee@4536 | 21 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4536 | 22 genpkg_rules() |
jozee@4536 | 23 { |
jozee@4536 | 24 mkdir -p $fs/usr |
jozee@4536 | 25 cp -a $_pkg/usr/bin $fs/usr |
jozee@4536 | 26 |
jozee@4536 | 27 } |