wok-next view gnome-js-common/receipt @ rev 20570

More fix libtool; audit: apply patch.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 13 09:28:50 2018 +0300 (2018-04-13)
parents d1c17bd2c2bc
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gnome-js-common"
4 VERSION="0.1.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="Gnome JS common files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://www.gnome.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std @dev
25 }