wok view cherokee-dev/receipt @ rev 12033

mysql: fix perms on /var/run/mysqld
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 07 01:21:49 2012 +0100 (2012-03-07)
parents 6355beac422f
children 380ffe05937a
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 DEPENDS="cherokee"
9 WEB_SITE="http://www.cherokee-project.com/"
10 WANTED="cherokee"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/cherokee $fs/usr/share
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/cherokee/*.*a $fs/usr/lib/cherokee
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/share/aclocal $fs/usr/share
20 }