wok-6.x diff ucl/receipt @ rev 16076
ARM: use libXv with xorg-server-light and up xf86-video-fbdev
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 15 03:05:15 2014 +0100 (2014-03-15) |
parents | 6ee191c3fa9e |
children | 83b97236db32 |
line diff
1.1 --- a/ucl/receipt Mon Nov 07 10:04:51 2011 +0000 1.2 +++ b/ucl/receipt Sat Mar 15 03:05:15 2014 +0100 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 }