diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 08:53:38 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-20 08:53:38 +0200 |
commit | 3d1a5715ea9859d7936fd7a4ae57cc57bacc940e (patch) | |
tree | 9d777a0d8aa3c570045fcc7aad989e77a59da7fb | |
parent | 7a33efa65a340150f5d77bc016f522c224bc35a6 (diff) | |
download | nutyx-extra-3d1a5715ea9859d7936fd7a4ae57cc57bacc940e.tar.gz nutyx-extra-3d1a5715ea9859d7936fd7a4ae57cc57bacc940e.tar.bz2 nutyx-extra-3d1a5715ea9859d7936fd7a4ae57cc57bacc940e.tar.xz nutyx-extra-3d1a5715ea9859d7936fd7a4ae57cc57bacc940e.zip |
automoc4, ajustement du préfix d'install
-rw-r--r-- | base/automoc4/.footprint | 9 | ||||
-rw-r--r-- | base/automoc4/.md5sum | 1 | ||||
-rw-r--r-- | base/automoc4/Pkgfile | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/base/automoc4/.footprint b/base/automoc4/.footprint new file mode 100644 index 000000000..d2df85ef2 --- /dev/null +++ b/base/automoc4/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root opt/ +drwxr-xr-x root/root opt/kde/ +drwxr-xr-x root/root opt/kde/bin/ +-rwxr-xr-x root/root opt/kde/bin/automoc4 +drwxr-xr-x root/root opt/kde/lib/ +drwxr-xr-x root/root opt/kde/lib/automoc4/ +-rw-r--r-- root/root opt/kde/lib/automoc4/Automoc4Config.cmake +-rw-r--r-- root/root opt/kde/lib/automoc4/Automoc4Version.cmake +-rw-r--r-- root/root opt/kde/lib/automoc4/automoc4.files.in diff --git a/base/automoc4/.md5sum b/base/automoc4/.md5sum new file mode 100644 index 000000000..7ba0fb89e --- /dev/null +++ b/base/automoc4/.md5sum @@ -0,0 +1 @@ +4fc89cf02e23776bfaea0b6bf21ce46d automoc4-0.9.88.tar.gz diff --git a/base/automoc4/Pkgfile b/base/automoc4/Pkgfile index dfd1ba0ec..4ed59e445 100644 --- a/base/automoc4/Pkgfile +++ b/base/automoc4/Pkgfile @@ -2,15 +2,14 @@ # URL: http://www.kde.org # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: +# Depends on: qt name=automoc4 version=0.9.88 release=1 -source=() +source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) build() { - svn co svn://anonsvn.kde.org/home/kde/tags/$name/$version $name-$version cd $name-$version mkdir build cd build |