wok annotate texinfo/receipt @ rev 10164

Up: ruby-gtk2 to 0.90.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 20:14:55 2011 +0000 (2011-05-20)
parents 49237253b927
children a3d5d8030323
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
slaxemulator@10126 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10126 20 make && make install
rcx@3536 21 }
rcx@3536 22
rcx@3536 23 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3536 24 genpkg_rules()
rcx@3536 25 {
rcx@3536 26 mkdir -p $fs/usr/share
rcx@3536 27 cp -a $_pkg/usr/bin $fs/usr
rcx@3536 28 cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share
rcx@3536 29 }