wok view efreet/receipt @ rev 10264

Up: gnustep-base to 1.22.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 04:46:16 2011 +0000 (2011-05-21)
parents 3f1746026fcd
children 641a94f7ad29
line source
1 # SliTaz package receipt.
3 PACKAGE="efreet"
4 VERSION="1.0.0"
5 CATEGORY="base-system"
6 SHORT_DESC="E17 implementation of several specifications from freedesktop.org."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.enlightenment.org/"
10 WGET_URL="http://download.enlightenment.org/releases/$TARBALL"
12 DEPENDS="eina eet ecore"
13 BUILD_DEPENDS="eina-dev eet-dev ecore-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $_pkg/usr/bin $fs/usr
27 cp -a $_pkg/usr/share $fs/usr
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 cp -a $_pkg/usr/lib/efreet $fs/usr/lib
30 }