wok-next annotate vala/receipt @ rev 14356
python-couchdbkit, python-restclient: fix TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 17 12:59:13 2013 +0200 (2013-04-17) |
parents | 05d89e0f463b |
children | 76b72f1ad63c |
rev | line source |
---|---|
mimas@2290 | 1 # SliTaz package receipt. |
mimas@2290 | 2 |
mimas@2290 | 3 PACKAGE="vala" |
al@14238 | 4 VERSION="0.19.0" |
mimas@2290 | 5 CATEGORY="development" |
mimas@2290 | 6 SHORT_DESC="Compiler for the GObject type system" |
mimas@2290 | 7 MAINTAINER="mimas@slitaz.org" |
pankso@12189 | 8 TARBALL="$PACKAGE-$VERSION.tar.xz" |
mimas@2290 | 9 WEB_SITE="http://live.gnome.org/Vala" |
slaxemulator@9589 | 10 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
jozee@4975 | 11 TAGS="compiler" |
mimas@2290 | 12 |
slaxemulator@10306 | 13 DEPENDS="glib" |
slaxemulator@10306 | 14 BUILD_DEPENDS="flex bison glib-dev pkg-config" |
slaxemulator@10306 | 15 |
mimas@2290 | 16 # Rules to configure and make the package. |
mimas@2290 | 17 compile_rules() |
mimas@2290 | 18 { |
mimas@2290 | 19 cd $src |
pankso@12808 | 20 ./configure $CONFIGURE_ARGS && |
slaxemulator@10306 | 21 make && make install |
mimas@2290 | 22 } |
mimas@2290 | 23 |
mimas@2290 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
mimas@2290 | 25 genpkg_rules() |
mimas@2290 | 26 { |
pankso@5255 | 27 mkdir -p $fs/usr/lib $fs/usr/share |
pankso@12808 | 28 cp -a $install/usr/bin $fs/usr |
pankso@12808 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pankso@12808 | 30 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@12808 | 31 cp -a $install/usr/include $fs/usr |
pankso@12808 | 32 cp -a $install/usr/share/vala* $fs/usr/share |
pankso@12808 | 33 cp -a $install/usr/share/aclocal $fs/usr/share |
mimas@2290 | 34 } |