wok view gtkaml/receipt @ rev 10892

grub4dos-linux: wanted grub4dos...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 07 00:28:49 2011 +0200 (2011-07-07)
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 }