wok-undigest diff libgee/receipt @ rev 963

Marlin and friends :) Up libgee, vala. Finished marlin. Add dconf*, extended-actions, faenza-icon-theme-emblems, ffmpegthumbnailer*, granite*, tumbler*. GTK+3 stuff: gtk3-engine-unico, try leafpad for GTK+3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Mar 15 14:47:37 2013 +0000 (2013-03-15)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libgee/receipt	Fri Mar 15 14:47:37 2013 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libgee"
     1.7 +VERSION="0.9.92"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="GObject collection library."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WEB_SITE="http://live.gnome.org/Libgee"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.13 +HI_VERSION="$(echo $VERSION | cut -d. -f1,2)"
    1.14 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL"
    1.15 +
    1.16 +DEPENDS="glib libffi"
    1.17 +BUILD_DEPENDS="bash vala gobject-introspection-dev sed glib-dev libffi-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules() 
    1.21 +{
    1.22 +	./configure \
    1.23 +		--enable-introspection=yes \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/lib
    1.33 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.34 +}