wok diff memcached/receipt @ rev 15029
partclone: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 09:47:27 2013 +0000 (2013-08-12) |
parents | 9b6a925948ff |
children | 3765f181a6d5 |
line diff
1.1 --- a/memcached/receipt Sat Feb 04 02:18:27 2012 +0100 1.2 +++ b/memcached/receipt Mon Aug 12 09:47:27 2013 +0000 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="memcached" 1.7 -VERSION="1.4.13" 1.8 +VERSION="1.4.14" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="High-performance, distributed memory object caching system, " 1.11 MAINTAINER="erjo@slitaz.org" 1.12 -WEB_SITE="http://memcached.or" 1.13 +WEB_SITE="http://memcached.org" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WGET_URL="http://memcached.googlecode.com/files/$TARBALL" 1.16 1.17 @@ -15,6 +15,7 @@ 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 { 1.21 + cd $src 1.22 ./configure $CONFIGURE_ARGS && make && make install 1.23 } 1.24