wok-6.x view libelementary/receipt @ rev 9745

Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 09 22:07:48 2011 +0000 (2011-05-09)
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 }