wok annotate eina-dev/receipt @ rev 14994

enlightenment: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 09:09:41 2013 +0000 (2013-08-10)
parents 47bad6a4bf99
children 76b72f1ad63c
rev   line source
pankso@2916 1 # SliTaz package receipt.
pankso@2916 2
pankso@2916 3 PACKAGE="eina-dev"
domcox@14929 4 VERSION="1.7.8"
pankso@2916 5 CATEGORY="development"
domcox@14564 6 SHORT_DESC="EFL Core data structure library - Devel files."
pankso@2916 7 MAINTAINER="pankso@slitaz.org"
pascal@14994 8 LICENSE="BSD"
pankso@2916 9 WANTED="eina"
pankso@2916 10 WEB_SITE="http://www.enlightenment.org/"
pankso@2916 11
domcox@14564 12 DEPENDS=""
domcox@14564 13
pankso@2916 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2916 15 genpkg_rules()
pankso@2916 16 {
gokhlayeh@8505 17 mkdir -p $fs/usr/lib
pankso@13633 18 cp -a $install/usr/include $fs/usr
pankso@13633 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pankso@13633 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pankso@2916 21 }