wok-next diff electricsheep/receipt @ rev 12964
sqlite: No need to add lib .so files into sqlite package cause with have libsqlite. Sqlite is also DEPENDS on libsqlite so i don't know your problem pascal.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu May 31 18:52:02 2012 +0000 (2012-05-31) |
parents | 8e4c74abdf74 |
children | 01cef52b1d5b |
line diff
1.1 --- a/electricsheep/receipt Mon Jan 02 23:06:19 2012 +0100 1.2 +++ b/electricsheep/receipt Thu May 31 18:52:02 2012 +0000 1.3 @@ -3,13 +3,13 @@ 1.4 PACKAGE="electricsheep" 1.5 VERSION="2.7b12" 1.6 CATEGORY="graphics" 1.7 -SHORT_DESC="Distributed screen-saver that harnesses idle computers into a render farm with the purpose of animating and evolving artificial life-forms." 1.8 +SHORT_DESC="Distributed screen-saver that renders morphing abstract animations" 1.9 MAINTAINER="gokhlayeh@slitaz.org" 1.10 DEPENDS="curl expat flam3 ffmpeg mplayer libglade gtk+" 1.11 BUILD_DEPENDS="curl-dev expat-dev ffmpeg-dev libglade-dev gtk+-dev flam3-dev" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 WEB_SITE="http://community.electricsheep.org/" 1.14 -WGET_URL="ftp://ftp.archlinux.org/other/electricsheep/$TARBALL" 1.15 +WGET_URL="http://147.52.159.12/mirrors/ftp.kernel.org/pub/dist/vectorlinux/VL64-7.0/sourceAbs/$PACKAGE/$TARBALL" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()