wok view l3afpad/receipt @ rev 17004

Add libjson-c
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 12 13:24:09 2014 +0200 (2014-08-12)
parents
children 5d53e8ccbc8d
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"
13 DEPENDS="gtk+3"
14 BUILD_DEPENDS="gtk+3-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 chmod +x $src/install-sh
20 ./configure \
21 --enable-gtkgrid \
22 --enable-search-history \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 mkdir -p $fs/usr/share/pixmaps
32 cp -a $install/usr/bin $fs/usr
33 cp -a $install/usr/share/pixmaps/*.png $fs/usr/share/pixmaps
34 }