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

code2: update website
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 01 19:27:16 2019 +0200 (2019-04-01)
parents d1c17bd2c2bc
children 6831608a1b2a
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@20421 10 WEB_SITE="https://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 }