wok-current view libgee/receipt @ rev 14237
Up yad 0.20.1; up libgee 0.9.92; add yad-gtk3, libnotify-gtk3*. Add steadyflow gtk+3 downloader (compiles, runs, but can't able to download or/and save files).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Mar 22 14:44:40 2013 +0000 (2013-03-22) |
parents | a4f598c02a37 |
children | f97cdf01aa31 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgee"
4 VERSION="0.9.92"
5 CATEGORY="x-window"
6 SHORT_DESC="GObject collection library."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://live.gnome.org/Libgee"
9 TARBALL="$PACKAGE-$VERSION.tar.xz"
10 HI_VERSION="$(echo $VERSION | cut -d. -f1,2)"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL"
13 DEPENDS="glib libffi"
14 BUILD_DEPENDS="bash vala gobject-introspection-dev sed glib-dev libffi-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --enable-introspection=yes \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $install/usr/lib/*.so* $fs/usr/lib
31 }