wok-4.x diff libgnutls/receipt @ rev 5346
Updated vlc to 1.0.6. I add libupnp-dev and libavc1394-dev to build depends. I added libupnp and libavc1394 to depends too. Disable swscale so it will build.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 28 09:55:24 2010 +0000 (2010-04-28) |
parents | |
children | 9bcb6ea89636 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libgnutls/receipt Wed Apr 28 09:55:24 2010 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libgnutls" 1.7 +VERSION="2.8.3" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="GNU Transport Layer Security Library headers" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +BUILD_DEPENDS="libgcrypt-dev libgpg-error-dev" 1.12 +WANTED="gnutls" 1.13 +WEB_SITE="http://www.gnu.org/software/gnutls/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $_pkg/usr/lib/libgnutls.so* $fs/usr/lib 1.20 +} 1.21 +