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

mingw32-gcc: fix CFLAGS, CXXFLAGS as it is not recent GCC and it don't understand something
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 13:59:48 2018 +0300 (2018-06-23)
parents d1c17bd2c2bc
children a3c581bf52b8
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"
pascal@11207 7 MAINTAINER="pankso@slitaz.org"
pascal@15589 8 LICENSE="GPL3"
al@20570 9 WEB_SITE="http://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 }