wok diff l3afpad/receipt @ rev 15721

Move from undigest: bullet bullet-dev connman-ui cplay dconf dconf-dev dfc dnstop efl efl-dev evolution-data-server evolution-data-server-dev goaccess granite granite-dev granite-demo l3afpad ldm linmodem-hsfmodem marlin marlin-dev miniupnpd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 26 13:16:14 2013 +0000 (2013-12-26)
parents
children 5d53e8ccbc8d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/l3afpad/receipt	Thu Dec 26 13:16:14 2013 +0000
     1.3 @@ -0,0 +1,34 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="l3afpad"
     1.7 +VERSION="0.8.18.1.10"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="http://www.calno.com/l3afpad/"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14 +WGET_URL="http://www.calno.com/$PACKAGE/$TARBALL"
    1.15 +
    1.16 +DEPENDS="gtk+3"
    1.17 +BUILD_DEPENDS="gtk+3-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	chmod +x $src/install-sh
    1.23 +	./configure \
    1.24 +		--enable-gtkgrid \
    1.25 +		--enable-search-history \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	mkdir -p $fs/usr/share/pixmaps
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/share/pixmaps/*.png $fs/usr/share/pixmaps
    1.37 +}