wok-next annotate gob2/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents d5aab818505e
children
rev   line source
al@20459 1 # SliTaz package receipt v2.
jozee@4499 2
jozee@4499 3 PACKAGE="gob2"
Hans-G?nter@21695 4 VERSION="2.0.20"
jozee@4499 5 CATEGORY="x-window"
al@21020 6 SHORT_DESC="Simple preprocessor for easily creating GTK objects"
Hans-G?nter@21695 7 MAINTAINER="maintainer@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.jirka.org/gob.html"
al@21020 10
Hans-G?nter@21695 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@21020 12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
jozee@4499 13
pascal@15000 14 BUILD_DEPENDS="flex glib-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
jozee@4499 16
Hans-G?nter@21695 17 compile_rules()
Hans-G?nter@21695 18 {
al@21020 19 ./configure $CONFIGURE_ARGS &&
al@21020 20 make -j1 &&
al@21020 21 make install
jozee@4499 22 }
al@20459 23
Hans-G?nter@21695 24 genpkg_rules()
Hans-G?nter@21695 25 {
al@20459 26 case $PACKAGE in
al@20459 27 gob2)
al@21020 28 copy @std
al@20459 29 DEPENDS="glib"
al@20459 30 ;;
al@20459 31 *-dev)
al@21020 32 copy @dev
al@20459 33 ;;
al@20459 34 esac
jozee@4499 35 }