wok view imlib-dev/receipt @ rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents 408c87fa22ca
children 65784e875d45
line source
1 # SliTaz package receipt.
3 PACKAGE="imlib-dev"
4 VERSION="1.9.15"
5 CATEGORY="development"
6 SHORT_DESC="imlib devel files."
7 WEB_SITE="http://freshmeat.net/projects/imlib/"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="GPL2"
10 WANTED="imlib"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 mkdir -p $fs/usr/share/aclocal
22 cp -a $install/usr/share/aclocal $fs/usr/share
23 }