wok-current diff libunique/receipt @ rev 16271
ARM: add gmpc with needed libs
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 05 22:48:39 2014 +0200 (2014-04-05) |
parents | 6eff489aa802 |
children | 6f0f8b6fe487 |
line diff
1.1 --- a/libunique/receipt Tue Jun 11 11:57:36 2013 +0200 1.2 +++ b/libunique/receipt Sat Apr 05 22:48:39 2014 +0200 1.3 @@ -9,18 +9,22 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://live.gnome.org/LibUnique" 1.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="gtk+ cairo dbus-glib" 1.10 -BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev" 1.11 +DEPENDS="cairo gtk+ dbus dbus-glib" 1.12 +BUILD_DEPENDS="cairo-dev gtk+-dev glib-dev dbus-dev dbus-glib-dev expat-dev" 1.13 + 1.14 +case "$ARCH" in 1.15 + i?86) BUILD_DEPENDS="$BUILD_DEPENDS gobject-introspection-dev perl" 1.16 +esac 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 patch -Np1 -i $stuff/remove_G_CONST_RETURN.patch 1.23 ./configure \ 1.24 $CONFIGURE_ARGS && 1.25 - make && make DESTDIR=$DESTDIR install 1.26 + make && make install 1.27 } 1.28 1.29 # Rules to gen a SliTaz package suitable for Tazpkg.