wok-next annotate gnome-js-common/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children 0cbe4b1f2230
rev   line source
al@20570 1 # SliTaz package receipt v2.
pascal@11207 2
pascal@11207 3 PACKAGE="gnome-js-common"
pascal@11207 4 VERSION="0.1.2"
pascal@11207 5 CATEGORY="system-tools"
al@20570 6 SHORT_DESC="Gnome JS common files"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
al@20906 9 WEB_SITE="https://www.gnome.org/"
al@20570 10
pascal@11207 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11207 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@11207 13
gokhlayeh@11435 14 BUILD_DEPENDS="intltool"
pascal@11207 15
al@20570 16 compile_rules() {
al@20570 17 ./configure $CONFIGURE_ARGS &&
al@20570 18 fix libtool &&
al@20570 19 make &&
al@20570 20 make install
pascal@11207 21 }
pascal@11207 22
al@20570 23 genpkg_rules() {
al@20570 24 copy @std @dev
pascal@11207 25 }