wok view imlib-dev/receipt @ rev 23451

updated ptpython (2.0.4 -> 3.0.1)
author Hans-G?nter Theisgen
date Fri Apr 03 10:38:18 2020 +0100 (2020-04-03)
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 }