wok annotate gnome-js-common/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents d28bd476e8da
children 86790a278e70
rev   line source
pascal@11207 1 # SliTaz package receipt.
pascal@11207 2
pascal@11207 3 PACKAGE="gnome-js-common"
pascal@11207 4 VERSION="0.1.2"
pascal@11207 5 CATEGORY="system-tools"
pascal@11207 6 SHORT_DESC="Gnome JS common files."
pascal@11207 7 MAINTAINER="pankso@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
pascal@11207 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11207 10 WEB_SITE="http://www.gnome.org/"
pascal@11207 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@11207 12
pascal@11207 13 DEPENDS=""
gokhlayeh@11435 14 BUILD_DEPENDS="intltool"
pascal@11207 15
pascal@11207 16 # Rules to configure and make the package.
pascal@11207 17 compile_rules()
pascal@11207 18 {
pascal@11207 19 cd $src
pascal@11207 20 ./configure \
pascal@11207 21 $CONFIGURE_ARGS &&
pascal@11207 22 make && make install
pascal@11207 23 }
pascal@11207 24
pascal@11207 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11207 26 genpkg_rules()
pascal@11207 27 {
pascal@11207 28 mkdir -p $fs/usr
pascal@11207 29 cp -a $install/usr/lib $fs/usr
pascal@11207 30 }