diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:04:01 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-07 00:04:01 +0100 |
commit | c53ff938a4bcca4a0cef390a492f84c38f329bc5 (patch) | |
tree | c27a80b58c81d971ca82f14630a324796becce75 | |
parent | 7ec566c66fcc0fbdfebc733b73ace264827d013a (diff) | |
download | nutyx-pakxe-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.gz nutyx-pakxe-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.bz2 nutyx-pakxe-c53ff938a4bcca4a0cef390a492f84c38f329bc5.tar.xz nutyx-pakxe-c53ff938a4bcca4a0cef390a492f84c38f329bc5.zip |
libsigc++, déplacé dans base
-rw-r--r-- | base/libsigc++/.footprint (renamed from extra/libsigc++/.footprint) | 0 | ||||
-rw-r--r-- | base/libsigc++/.md5sum (renamed from extra/libsigc++/.md5sum) | 0 | ||||
-rwxr-xr-x | base/libsigc++/Pkgfile (renamed from extra/libsigc++/Pkgfile) | 3 |
3 files changed, 1 insertions, 2 deletions
diff --git a/extra/libsigc++/.footprint b/base/libsigc++/.footprint index f7f710efb..f7f710efb 100644 --- a/extra/libsigc++/.footprint +++ b/base/libsigc++/.footprint diff --git a/extra/libsigc++/.md5sum b/base/libsigc++/.md5sum index d105d809b..d105d809b 100644 --- a/extra/libsigc++/.md5sum +++ b/base/libsigc++/.md5sum diff --git a/extra/libsigc++/Pkgfile b/base/libsigc++/Pkgfile index 118864dc2..c6b2ed798 100755 --- a/extra/libsigc++/Pkgfile +++ b/base/libsigc++/Pkgfile @@ -2,12 +2,11 @@ # URL: http://libsigc.sourceforge.net/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=libsigc++ version=2.2.3 release=1 -source=(http://ftp.gnome.org//pub/GNOME/sources/$name/2.2/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version |