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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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@21057 10 HOST_ARCH="any"
al@20570 11
pascal@11207 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11207 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@11207 14
gokhlayeh@11435 15 BUILD_DEPENDS="intltool"
pascal@11207 16
al@20570 17 compile_rules() {
al@20570 18 ./configure $CONFIGURE_ARGS &&
al@20570 19 fix libtool &&
al@20570 20 make &&
al@20570 21 make install
pascal@11207 22 }
pascal@11207 23
al@20570 24 genpkg_rules() {
al@20570 25 copy @std @dev
pascal@11207 26 }