wok-next diff ucl/receipt @ rev 19464

reverting: building this 5-year diff gap didn't work out, user request: http://forum.slitaz.org/topic/gnumeric-110-buggy-how-can-i-get-112
author Erkan Yilmaz <erkan@slitaz.org>
date Mon Oct 24 11:39:42 2016 +0000 (2016-10-24)
parents 6ee191c3fa9e
children 3a6b97ad0a64
line diff
     1.1 --- a/ucl/receipt	Mon Nov 07 10:04:51 2011 +0000
     1.2 +++ b/ucl/receipt	Mon Oct 24 11:39:42 2016 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Portable lossless data compression library written in ANSI C"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  WEB_SITE="http://www.oberhumer.com/opensource/ucl/"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WGET_URL="$WEB_SITE/download/$TARBALL"
    1.11 @@ -21,5 +22,5 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.16 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.17  }