wok-undigest annotate gtkaml/receipt @ rev 1223

copied libxext recipe from wok-next
author Hans-G?nter Theisgen
date Fri Nov 15 17:38:29 2019 +0100 (2019-11-15)
parents
children
rev   line source
pascal@1085 1 # SliTaz package receipt.
pascal@1085 2
pascal@1085 3 PACKAGE="gtkaml"
pascal@1085 4 VERSION="0.4.2"
pascal@1085 5 CATEGORY="development"
pascal@1085 6 SHORT_DESC="Markup language based on Vala to create Gtk+ apps in XML"
pascal@1085 7 MAINTAINER="pankso@slitaz.org"
pascal@1085 8 LICENSE="LGPL2.1"
pascal@1085 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1085 10 WEB_SITE="http://code.google.com/p/gtkaml/"
pascal@1085 11 WGET_URL="http://gtkaml.googlecode.com/files/$TARBALL"
pascal@1085 12
pascal@1085 13 DEPENDS="gtk+ libxml2"
pascal@1085 14 BUILD_DEPENDS="gtk+-dev libxml2-dev vala"
pascal@1085 15
pascal@1085 16 # Rules to configure and make the package.
pascal@1085 17 compile_rules()
pascal@1085 18 {
pascal@1085 19 cd $src
pascal@1085 20 ./configure && make && make install
pascal@1085 21 }
pascal@1085 22
pascal@1085 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1085 24 genpkg_rules()
pascal@1085 25 {
pascal@1085 26 mkdir -p $fs/usr
pascal@1085 27 cp -a $install/usr/bin $fs/usr
pascal@1085 28 cp -a $install/usr/share $fs/usr
pascal@1085 29 }