wok-next rev 18502

Add mozo
author Yuri Pourre <yuripourre@gmail.com>
date Sat Oct 17 12:08:31 2015 -0300 (2015-10-17)
parents 6d068bbdfc61
children 30a32c62632d
files atril/receipt mozo-dev/receipt mozo/receipt
line diff
     1.1 --- a/atril/receipt	Fri Oct 16 14:36:34 2015 +0300
     1.2 +++ b/atril/receipt	Sat Oct 17 12:08:31 2015 -0300
     1.3 @@ -12,7 +12,7 @@
     1.4  
     1.5  DEPENDS="gtk+ mate-desktop libsecret poppler mate-icon-theme \
     1.6  desktop-file-utils djvulibre libspectre zlib"
     1.7 -BUILD_DEPENDS="wget autoconf automake libtool itstool yelp-tools \
     1.8 +BUILD_DEPENDS="wget autoconf automake libltdl itstool yelp-tools \
     1.9  gtk+-dev gtk-doc mate-desktop-dev mate-common-dev mate-icon-theme \
    1.10  libsecret-dev caja-dev poppler-dev util-linux-uuid-dev lcms-dev \
    1.11  libgcrypt-dev djvulibre-dev"
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/mozo-dev/receipt	Sat Oct 17 12:08:31 2015 -0300
     2.3 @@ -0,0 +1,18 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="mozo-dev"
     2.7 +VERSION="1.8.0"
     2.8 +CATEGORY="libdevel"
     2.9 +LICENSE="GPL3"
    2.10 +SHORT_DESC="MATE menu editing tool"
    2.11 +MAINTAINER="yuripourre@gmail.com"
    2.12 +WEB_SITE="http://www.mate-desktop.org/"
    2.13 +WANTED="mozo"
    2.14 +DEPENDS="mozo"
    2.15 +TAGS="MATE"
    2.16 +
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	mkdir -p $fs/usr/lib
    2.20 +	cp -a $install/usr/lib $fs/usr
    2.21 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/mozo/receipt	Sat Oct 17 12:08:31 2015 -0300
     3.3 @@ -0,0 +1,33 @@
     3.4 +# SliTaz package receipt.
     3.5 +
     3.6 +PACKAGE="mozo"
     3.7 +VERSION="1.8.0"
     3.8 +CATEGORY="x-window"
     3.9 +LICENSE="GPL3"
    3.10 +SHORT_DESC="MATE menu editing tool"
    3.11 +MAINTAINER="yuripourre@gmail.com"
    3.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.13 +WEB_SITE="http://www.mate-desktop.org/"
    3.14 +WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
    3.15 +TAGS="MATE"
    3.16 +
    3.17 +DEPENDS="gtk+ mate-menus pygtk pygobject"
    3.18 +BUILD_DEPENDS="wget gtk+-dev autoconf automake mate-common-dev \
    3.19 +mate-desktop-dev mate-menus-dev pygobject-dev"
    3.20 +
    3.21 +# Rules to configure and make the package.
    3.22 +compile_rules()
    3.23 +{
    3.24 +	./autogen.sh
    3.25 +		--prefix=/usr              \
    3.26 +		$CONFIGURE_ARGS &&
    3.27 +	make &&
    3.28 +	make DESTDIR=$DESTDIR install
    3.29 +}
    3.30 +
    3.31 +genpkg_rules()
    3.32 +{
    3.33 +	mkdir -p $fs/usr/lib
    3.34 +	cp -a $install/usr/bin $fs/usr
    3.35 +	cp -a $install/usr/share $fs/usr
    3.36 +}