wok annotate ecore/receipt @ rev 11257
iron-linux: Cookutils uses wget -O $SRC/$TARBALL so we can change TARBALL to save source as TARBALL. This needs to be done for iron-linux cause other wise it will just find iron-linux.tar.gz and use the old version.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Nov 07 11:21:08 2011 +0000 (2011-11-07) |
parents | 214dca097a22 |
children | 5afa6e71c7c4 |
rev | line source |
---|---|
pankso@140 | 1 # SliTaz package receipt. |
pankso@140 | 2 |
pankso@140 | 3 PACKAGE="ecore" |
pankso@10499 | 4 VERSION="1.0.1" |
gokhlayeh@8505 | 5 CATEGORY="base-system" |
gokhlayeh@8505 | 6 SHORT_DESC="Enlightenment's core event abstraction layer and OS abstraction layer" |
pankso@140 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@140 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pankso@140 | 9 WEB_SITE="http://www.enlightenment.org/" |
gokhlayeh@8505 | 10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL" |
pankso@10621 | 11 TAGS="e17" |
pankso@140 | 12 |
pankso@10621 | 13 DEPENDS="eina eet evas" |
pankso@10621 | 14 BUILD_DEPENDS="eina-dev eet-dev evas-dev" |
pankso@9786 | 15 |
pankso@140 | 16 # Rules to configure and make the package. |
pankso@140 | 17 compile_rules() |
pankso@140 | 18 { |
pankso@10499 | 19 ./configure $CONFIGURE_ARGS && make && make install |
pankso@140 | 20 } |
pankso@140 | 21 |
pankso@140 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@140 | 23 genpkg_rules() |
pankso@140 | 24 { |
pankso@140 | 25 mkdir -p $fs/usr/lib |
pankso@140 | 26 cp -a $_pkg/usr/bin $fs/usr |
pankso@140 | 27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@140 | 28 } |