wok-4.x annotate texinfo/receipt @ rev 8681
Fixed linux and its wanted receipts. Fixed check_modules.sh script. Add linux-speakup.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 16 20:27:55 2011 +0000 (2011-02-16) |
parents | 866fa2493b1b |
children | 142d9ddd55e4 |
rev | line source |
---|---|
rcx@3536 | 1 # SliTaz package receipt. |
rcx@3536 | 2 |
rcx@3536 | 3 PACKAGE="texinfo" |
rcx@3536 | 4 VERSION="4.13a" |
rcx@3536 | 5 CATEGORY="development" |
rcx@3536 | 6 SHORT_DESC="GNU documentation tools." |
rcx@3536 | 7 MAINTAINER="rcx@zoominternet.net" |
gokhlayeh@8212 | 8 DEPENDS="ncurses" |
gokhlayeh@8212 | 9 BUILD_DEPENDS="ncurses" |
rcx@3536 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
rcx@3536 | 11 WEB_SITE="http://www.gnu.org/software/texinfo/" |
rcx@3536 | 12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" |
jozee@4973 | 13 TAGS="documentation" |
rcx@3536 | 14 |
rcx@3536 | 15 # Rules to configure and make the package. |
rcx@3536 | 16 compile_rules() |
rcx@3536 | 17 { |
rcx@3536 | 18 cd $src |
gokhlayeh@8212 | 19 ./configure && make && make install |
rcx@3536 | 20 } |
rcx@3536 | 21 |
rcx@3536 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3536 | 23 genpkg_rules() |
rcx@3536 | 24 { |
rcx@3536 | 25 mkdir -p $fs/usr/share |
rcx@3536 | 26 cp -a $_pkg/usr/bin $fs/usr |
rcx@3536 | 27 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share |
rcx@3536 | 28 } |