wok diff libwmf-dev/receipt @ rev 16448
Up: slitaz-tools (bug fix) + slitaz-arm-rpi with a bunch of new functions
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 19 00:20:05 2014 +0200 (2014-04-19) |
parents | ab4d2936d821 |
children | 79fa8f5e92e1 |
line diff
1.1 --- a/libwmf-dev/receipt Tue Jan 29 21:00:25 2013 +0000 1.2 +++ b/libwmf-dev/receipt Sat Apr 19 00:20:05 2014 +0200 1.3 @@ -5,17 +5,19 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="library for converting WMF files" 1.6 MAINTAINER="monghitri@aruba.it" 1.7 -DEPENDS="libwmf" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://wvware.sourceforge.net/libwmf.html" 1.10 WANTED="libwmf" 1.11 1.12 +DEPENDS="libwmf" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/lib/gtk-2.0/loaders 1.18 cp -a $install/usr/lib/*.*a $fs/usr/lib/ 1.19 cp -a $install/usr/lib/gtk-2.0/loaders/*.*a $fs/usr/lib/gtk-2.0/loaders/ 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 + cp -a $install/usr/include $fs/usr 1.22 } 1.23 1.24