wok-next annotate gnome-js-common/receipt @ rev 11296
gnutls: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 11 18:28:17 2011 +0100 (2011-11-11) |
parents | |
children | d28bd476e8da |
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@11207 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pascal@11207 | 9 WEB_SITE="http://www.gnome.org/" |
pascal@11207 | 10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pascal@11207 | 11 |
pascal@11207 | 12 DEPENDS="" |
pascal@11207 | 13 BUILD_DEPENDS="" |
pascal@11207 | 14 |
pascal@11207 | 15 # Rules to configure and make the package. |
pascal@11207 | 16 compile_rules() |
pascal@11207 | 17 { |
pascal@11207 | 18 cd $src |
pascal@11207 | 19 ./configure \ |
pascal@11207 | 20 $CONFIGURE_ARGS && |
pascal@11207 | 21 make && make install |
pascal@11207 | 22 } |
pascal@11207 | 23 |
pascal@11207 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11207 | 25 genpkg_rules() |
pascal@11207 | 26 { |
pascal@11207 | 27 mkdir -p $fs/usr |
pascal@11207 | 28 cp -a $install/usr/lib $fs/usr |
pascal@11207 | 29 } |