wok annotate elementary/receipt @ rev 12420

Up: libmicrohttpd to 0.9.18.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Apr 21 09:20:33 2012 +0000 (2012-04-21)
parents b731307c46ef
children 84ebeaa3c922
rev   line source
pankso@4767 1 # SliTaz package receipt.
pankso@4767 2
pankso@4767 3 PACKAGE="elementary"
gokhlayeh@8595 4 VERSION="0.7.0.55225"
pankso@4767 5 CATEGORY="x-window"
pankso@4767 6 SHORT_DESC="Widget set based on EFL for mobile touch-screen devices."
pankso@4767 7 MAINTAINER="pankso@slitaz.org"
pankso@4767 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@4767 9 WEB_SITE="http://www.enlightenment.org/"
gokhlayeh@8595 10 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL"
pankso@10621 11 TAGS="e17"
pankso@10621 12
pankso@10621 13 DEPENDS="eina eet evas ecore edje efreet libelementary"
pankso@10621 14 BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev efreet-dev"
pankso@4767 15
pankso@4767 16 # Rules to configure and make the package.
pankso@4767 17 compile_rules()
pankso@4767 18 {
pankso@10621 19 ./configure $CONFIGURE_ARGS && make && make install
pankso@4767 20 }
pankso@4767 21
pankso@4767 22 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4767 23 genpkg_rules()
pankso@4767 24 {
gokhlayeh@8595 25 mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
gokhlayeh@8595 26 $fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
pankso@4767 27 cp -a $_pkg/usr/bin $fs/usr
pankso@4767 28 cp -a $_pkg/usr/share $fs/usr
pankso@4767 29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
gokhlayeh@8595 30 cp -a $_pkg/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.so \
gokhlayeh@8595 31 $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
gokhlayeh@8595 32 cp -a $_pkg/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0/module.so \
gokhlayeh@8595 33 $fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
pankso@4767 34 cp -a $_pkg/usr/lib/elementary $fs/usr/lib
pankso@4767 35 }