wok-current diff groff/receipt @ rev 18150
Up: pcmanfm,libfm(git), libtasn1(4.5)
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
to exclude builtin libtasn1 from libgnutls* , no more rebuilds needed
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Fri Jun 19 19:56:46 2015 +0200 (2015-06-19) |
parents | 76aaa18ade61 |
children | a40e9b1703f4 |
line diff
1.1 --- a/groff/receipt Sat Dec 17 11:42:21 2011 +0100 1.2 +++ b/groff/receipt Fri Jun 19 19:56:46 2015 +0200 1.3 @@ -5,11 +5,13 @@ 1.4 CATEGORY="utilities" 1.5 SHORT_DESC="The GNU troff text-formatting system." 1.6 MAINTAINER="rocky@slitaz.org" 1.7 -BUILD_DEPENDS="ghostscript" 1.8 +LICENSE="GPL3" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/groff/groff.html" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +BUILD_DEPENDS="ghostscript" 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 { 1.18 @@ -26,7 +28,7 @@ 1.19 genpkg_rules() 1.20 { 1.21 mkdir -p $fs/usr/share 1.22 - cp -a $_pkg/usr/bin $fs/usr 1.23 - cp -a $_pkg/usr/lib $fs/usr 1.24 - cp -a $_pkg/usr/share/groff $fs/usr/share 1.25 + cp -a $install/usr/bin $fs/usr 1.26 + cp -a $install/usr/lib $fs/usr 1.27 + cp -a $install/usr/share/groff $fs/usr/share 1.28 }