summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-04-01 04:04:41 +0200
committerCarsten Teibes2014-04-01 04:04:41 +0200
commit3a4ef3cf95378de09fe2e42ae3e9de44d73c87ed (patch)
tree69960b9510e06b30abf185ab1016b08536dea8b5
downloadaur-3a4ef3cf95378de09fe2e42ae3e9de44d73c87ed.tar.gz
[add] dollz 3.0
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD19
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..33544a5ac810
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = dollz
+ pkgdesc = Gamecube executable compressor
+ pkgver = 3.0
+ pkgrel = 1
+ url = http://wiibrew.org/wiki/Dollz
+ arch = x86_64
+ arch = i686
+ license = custom: freeware
+ depends = glibc
+ options = !strip
+ source = http://wiibrew.org/w/images/e/ef/Dollz3.zip
+ sha256sums = 1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a
+
+pkgname = dollz
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..151de52eae94
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
+
+pkgname=dollz
+pkgver=3.0
+pkgrel=1
+pkgdesc='Gamecube executable compressor'
+arch=('x86_64' 'i686')
+url='http://wiibrew.org/wiki/Dollz'
+license=('custom: freeware')
+depends=('glibc')
+[[ $CARCH == x86_64 ]] && depends=('lib32-glibc')
+options=(!strip)
+source=("http://wiibrew.org/w/images/e/ef/Dollz3.zip")
+sha256sums=('1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a')
+
+package() {
+ install -Dm755 dollz3/dollz3 "$pkgdir"/usr/bin/dollz
+ install -Dm644 dollz3/dollz3.txt "$pkgdir"/usr/share/doc/dollz/dollz3.txt
+}