wok-next view libelementary/receipt @ rev 10793

squid: use --with-logdir=, install errors templates, touch cache.log and chown -R in post_install (Thanks for the report Allan)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Jun 02 17:33:12 2011 +0200 (2011-06-02)
parents 3e599985638d
children 6a4c8acbecc6
line source
1 # SliTaz package receipt.
3 PACKAGE="libelementary"
4 VERSION="0.7.0.55225"
5 CATEGORY="development"
6 SHORT_DESC="Elementary library."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-libXp xorg-libXss jpeg fribidi fontconfig edbus efreet gnutls \
9 glib eina libtasn1"
10 WANTED="elementary"
11 WEB_SITE="http://www.enlightenment.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/libelementary*so* $fs/usr/lib
18 }