wok-6.x diff elementary/receipt @ rev 11485
sagan-mysql: fix a typo in depends, add in pcre
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sun Dec 18 03:02:00 2011 +0100 (2011-12-18) |
parents | b731307c46ef |
children | 84ebeaa3c922 |
line diff
1.1 --- a/elementary/receipt Wed May 25 19:11:33 2011 +0200 1.2 +++ b/elementary/receipt Sun Dec 18 03:02:00 2011 +0100 1.3 @@ -5,23 +5,18 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Widget set based on EFL for mobile touch-screen devices." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="cairo evas ecore embryo edje libelementary xorg-libXp xorg-libXss \ 1.8 -edbus efreet libtasn1" 1.9 -BUILD_DEPENDS="cairo-dev evas-dev eina-dev eet-dev ecore-dev edje-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.enlightenment.org/" 1.12 WGET_URL="http://download.enlightenment.org/snapshots/2010-12-03/$TARBALL" 1.13 +TAGS="e17" 1.14 + 1.15 +DEPENDS="eina eet evas ecore edje efreet libelementary" 1.16 +BUILD_DEPENDS="eina-dev eet-dev evas-dev ecore-dev edje-dev efreet-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 - cd $src 1.22 - ./configure \ 1.23 - --prefix=/usr \ 1.24 - --mandir=/usr/share/man \ 1.25 - $CONFIGURE_ARGS && 1.26 - make && 1.27 - make DESTDIR=$PWD/_pkg install 1.28 + ./configure $CONFIGURE_ARGS && make && make install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg.