wok-next view cherokee-dev/receipt @ rev 19814

Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 21 14:44:00 2017 +0300 (2017-07-21)
parents 380ffe05937a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cherokee-dev"
4 VERSION="1.2.101"
5 CATEGORY="development"
6 SHORT_DESC="devel files for cherokee"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.cherokee-project.com/"
10 WANTED="cherokee"
12 DEPENDS="cherokee pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/cherokee $fs/usr/share
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/cherokee/*.*a $fs/usr/lib/cherokee
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/share/aclocal $fs/usr/share
22 }