wok-undigest annotate gnome-js-common/receipt @ rev 388

Move linmodem-slmodem to wok
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 20 22:16:47 2011 +0200 (2011-08-20)
parents
children
rev   line source
pankso@317 1 # SliTaz package receipt.
pankso@317 2
pankso@317 3 PACKAGE="gnome-js-common"
pankso@317 4 VERSION="0.1.2"
pankso@317 5 CATEGORY="system-tools"
pankso@317 6 SHORT_DESC="Gnome JS common files."
pankso@317 7 MAINTAINER="pankso@slitaz.org"
pankso@317 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@317 9 WEB_SITE="http://www.gnome.org/"
pankso@317 10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pankso@317 11
pankso@317 12 DEPENDS=""
pankso@317 13 BUILD_DEPENDS=""
pankso@317 14
pankso@317 15 # Rules to configure and make the package.
pankso@317 16 compile_rules()
pankso@317 17 {
pankso@317 18 cd $src
pankso@317 19 ./configure \
pankso@317 20 $CONFIGURE_ARGS &&
pankso@317 21 make && make install
pankso@317 22 }
pankso@317 23
pankso@317 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@317 25 genpkg_rules()
pankso@317 26 {
pankso@317 27 mkdir -p $fs/usr
pankso@317 28 cp -a $install/usr/lib $fs/usr
pankso@317 29 }