wok diff libsde-utils-gtk/receipt @ rev 19084

Add: autoconf213, palemoon
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Apr 30 00:11:09 2016 +0200 (2016-04-30)
parents
children 279c83a43f68
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libsde-utils-gtk/receipt	Sat Apr 30 00:11:09 2016 +0200
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libsde-utils-gtk"
     1.7 +VERSION="3c571f0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="SDE GTK Utility Library"
    1.10 +MAINTAINER="al.bobylev@gmail.org"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="http://make-linux.org/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +WGET_URL="http://git.make-linux.org/sde/$PACKAGE.git/snapshot/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+ libsde-utils"
    1.17 +BUILD_DEPENDS="cmake gtk+-dev gdk-pixbuf-dev libsde-utils"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	rm -rf $src/.git
    1.23 +	cmake -DCMAKE_INSTALL_PREFIX=/usr . &&
    1.24 +	make &&
    1.25 +	make install
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs/usr/lib
    1.32 +	# cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.33 +	# cp -a $install/usr/share $fs/usr
    1.34 +	cp -a $install/* $fs
    1.35 +}