wok-stable diff texinfo/receipt @ rev 3978
Update: firefox-dev (update version in pkg-config firefox-*.pc files)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Thu Aug 27 10:38:14 2009 +0000 (2009-08-27) |
parents | |
children | 866fa2493b1b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/texinfo/receipt Thu Aug 27 10:38:14 2009 +0000 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="texinfo" 1.7 +VERSION="4.13a" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="GNU documentation tools." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="glibc-base ncurses" 1.12 +BUILD_DEPENDS="slitaz-toolchain ncurses" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://www.gnu.org/software/texinfo/" 1.15 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + mv $PACKAGE-4.13 $PACKAGE-$VERSION 1.21 + 1.22 + cd $src 1.23 + ./configure --prefix=/usr \ 1.24 + $CONFIGURE_ARGS && 1.25 + make && 1.26 + make DESTDIR=$src/_pkg install 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr/share 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 + cp -a $_pkg/usr/share/$PACKAGE $fs/usr/share 1.35 +}