wok diff pangomm/receipt @ rev 15142
bmpanel2: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:41:58 2013 +0000 (2013-08-15) |
parents | 6a87109baabd |
children | 496740a0005b |
line diff
1.1 --- a/pangomm/receipt Sun Apr 29 10:18:59 2012 +0200 1.2 +++ b/pangomm/receipt Thu Aug 15 11:41:58 2013 +0000 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Pango binding for GTKmm." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" 1.8 -BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev" 1.9 +LICENSE="LGPL2.1" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.gnome.org/" 1.12 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.13 1.14 +DEPENDS="pixman cairomm glibmm libgiomm pango gcc-lib-base" 1.15 +BUILD_DEPENDS="cairo-dev cairomm-dev glibmm-dev pango-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -26,6 +28,6 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 } 1.27