diff options
-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 |