wok-next view l3afpad/receipt @ rev 20005

gigolo, gnome-commander, jpilot, l3afpad, libmatemixer, libnjb, libwnck3, lightdm, metacity, network-manager, nginx-extras, pcsxr-svn, sbackup, varka, viewnior, wvstreams, wxHexEditor, xfig, yad-gtk3: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 21 14:16:43 2017 +0200 (2017-10-21)
parents 5d53e8ccbc8d
children 315a1dc02606
line source
1 # SliTaz package receipt.
3 PACKAGE="l3afpad"
4 VERSION="0.8.18.1.10"
5 CATEGORY="utilities"
6 SHORT_DESC="Simple text editor forked from Leafpad, supports GTK+ 3.x"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://www.calno.com/l3afpad/"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="http://www.calno.com/$PACKAGE/$TARBALL"
12 TAGS="text-editor"
14 DEPENDS="gtk+3"
15 BUILD_DEPENDS="gtk+3-dev intltool"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 chmod +x $src/install-sh
21 ./configure \
22 --enable-gtkgrid \
23 --enable-search-history \
24 $CONFIGURE_ARGS &&
25 make &&
26 make install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs/usr/share/pixmaps
33 cp -a $install/usr/bin $fs/usr
34 cp -a $install/usr/share/pixmaps/*.png $fs/usr/share/pixmaps
35 }