wok view embryo/receipt @ rev 14891

Add: qupzilla (v1.4.3)
author Claudinei Pereira <claudinei@slitaz.org>
date Thu Jul 25 18:52:00 2013 -0300 (2013-07-25)
parents c031ece936b7
children 7e8c367aa3c7
line source
1 # SliTaz package receipt.
3 PACKAGE="embryo"
4 VERSION="1.7.7"
5 CATEGORY="base-system"
6 SHORT_DESC="EFL Small Pawn based virtual machine and compiler."
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"
11 TAGS="e enlightenment efl"
13 DEPENDS="eina"
14 BUILD_DEPENDS="eina-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make $MAKEFLAGS && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $install/usr/share $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 }