wok view libelementary/receipt @ rev 9153

Add firmware receipt. This is firmware that can be repackage. As long as the license is in the package we are in the clear. NOTE: There is a lot more wanted packages for this to come.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Mar 07 02:21:03 2011 +0000 (2011-03-07)
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 }