wok-next diff l3afpad/receipt @ rev 16694
xorg-kbproto: typo in depends
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 23 11:56:36 2014 +0300 (2014-05-23) |
parents | |
children | 5d53e8ccbc8d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/l3afpad/receipt Fri May 23 11:56:36 2014 +0300 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 +}