wok-6.x annotate gob2/receipt @ rev 23925
Add Connect-Four
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 23 10:18:23 2020 +0000 (2020-08-23) |
parents | d3eb5f4b53ea |
children | 6831608a1b2a |
rev | line source |
---|---|
jozee@4499 | 1 # SliTaz package receipt. |
jozee@4499 | 2 |
jozee@4499 | 3 PACKAGE="gob2" |
Hans-G?nter@20984 | 4 VERSION="2.0.20" |
jozee@4499 | 5 CATEGORY="x-window" |
jozee@4499 | 6 MAINTAINER="jozee@slitaz.org" |
pascal@15000 | 7 LICENSE="GPL2" |
Hans-G?nter@20984 | 8 SHORT_DESC="GTK Object Builder (GOB) is a simple preprocessor for easily creating GTK objects." |
Hans-G?nter@20984 | 9 WEB_SITE="https://www.jirka.org/gob.html" |
Hans-G?nter@20984 | 10 |
Hans-G?nter@20984 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@17869 | 12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/${PACKAGE}/${VERSION%.*}/$TARBALL" |
jozee@4499 | 13 |
pascal@15000 | 14 DEPENDS="glib" |
pascal@15000 | 15 BUILD_DEPENDS="flex glib-dev" |
Hans-G?nter@20984 | 16 HOST_ARCH="i486 arm" |
pascal@15000 | 17 |
jozee@4499 | 18 # Rules to configure and make the package. |
jozee@4499 | 19 |
Hans-G?nter@20984 | 20 compile_rules() |
Hans-G?nter@20984 | 21 { |
Hans-G?nter@20984 | 22 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@20984 | 23 make -j1 && |
Hans-G?nter@20984 | 24 make install |
jozee@4499 | 25 } |
jozee@4499 | 26 |
jozee@4499 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@4499 | 28 genpkg_rules() |
jozee@4499 | 29 { |
jozee@4499 | 30 mkdir -p $fs/usr |
pascal@15000 | 31 cp -a $install/usr/bin $fs/usr |
jozee@4499 | 32 } |