wok view gtkaml/receipt @ rev 12082

Up: midori (0.4.4) - More search engines, use DDG by default with slitaz string and desktop file with fr
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 09 14:58:49 2012 +0100 (2012-03-09)
parents
children d1c17bd2c2bc
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkaml"
4 VERSION="0.4.2"
5 CATEGORY="development"
6 SHORT_DESC="Markup language based on Vala to create Gtk+ apps in XML"
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+ libxml2"
9 BUILD_DEPENDS="gtk+-dev libxml2-dev vala"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://code.google.com/p/gtkaml/"
12 WGET_URL="http://gtkaml.googlecode.com/files/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure && make && make install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/share $fs/usr
27 }