wok view ecore-dev/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents 85cd798d6997
children 2e4ccce85409
line source
1 # SliTaz package receipt.
3 PACKAGE="ecore-dev"
4 VERSION="1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="E17 core devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="ecore"
9 WEB_SITE="http://www.enlightenment.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 }