wok-current diff lzo/receipt @ rev 19166
gst-plugins-good: move more files to extra pkg
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun May 29 00:06:26 2016 +0200 (2016-05-29) |
parents | f498b54a20cd |
children | 1cc8dfef2917 |
line diff
1.1 --- a/lzo/receipt Tue Apr 15 04:46:37 2014 +0200 1.2 +++ b/lzo/receipt Sun May 29 00:06:26 2016 +0200 1.3 @@ -1,14 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lzo" 1.7 -VERSION="2.05" 1.8 +VERSION="2.09" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Data compression library" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WEB_SITE="http://www.oberhumer.com/opensource/lzo/download/" 1.15 -WGET_URL="http://www.oberhumer.com/opensource/lzo/download/$TARBALL" 1.16 +WGET_URL="$WEB_SITE$TARBALL" 1.17 HOST_ARCH="i486 arm" 1.18 1.19 # Rules to configure and make the package. 1.20 @@ -26,4 +26,3 @@ 1.21 mkdir -p $fs/usr/lib 1.22 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.23 } 1.24 -