wok-current diff searchmonkey/receipt @ rev 15945
libpng: add to ARM port
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 23 02:23:54 2014 +0100 (2014-02-23) |
parents | 5b21196fec3f |
children | 39d2a33adb2a |
line diff
1.1 --- a/searchmonkey/receipt Thu Mar 03 20:00:19 2011 +0000 1.2 +++ b/searchmonkey/receipt Sun Feb 23 02:23:54 2014 +0100 1.3 @@ -5,11 +5,14 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="A fast real-time search engine using GTK+." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="gtk+ libglade xorg-libXdamage" 1.8 +LICENSE="LGPL2.1" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://searchmonkey.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="gtk+ libglade xorg-libXdamage" 1.14 +BUILD_DEPENDS="gtk+-dev libglade-dev xorg-libXdamage-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -23,6 +26,6 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr 1.23 - cp -a $_pkg/usr/bin $fs/usr 1.24 + cp -a $install/usr/bin $fs/usr 1.25 } 1.26