summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetteri Tolonen2015-06-28 13:47:51 +0300
committerPetteri Tolonen2015-06-28 13:47:51 +0300
commit2ef14d16a83c6c3f69e79fbb3c0d43600783402b (patch)
treefe90f6a1f348fb8a979f01be346058d382fe8b78
downloadaur-2ef14d16a83c6c3f69e79fbb3c0d43600783402b.tar.gz
Initial import
-rw-r--r--.AURINFO12
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
3 files changed, 42 insertions, 0 deletions
diff --git a/.AURINFO b/.AURINFO
new file mode 100644
index 000000000000..4d16b66c5caa
--- /dev/null
+++ b/.AURINFO
@@ -0,0 +1,12 @@
+pkgbase = freedink-data
+ pkgdesc = Free game data for GNU freedink
+ pkgver = 1.08.20140901
+ pkgrel = 1
+ url = http://www.freedink.org/
+ arch = any
+ license = GPL
+ license = custom
+ source = ftp://ftp.gnu.org/gnu/freedink/freedink-data-1.08.20140901.tar.gz
+
+pkgname = freedink-data
+
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..997250894f2a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = freedink-data
+ pkgdesc = Free game data for GNU freedink
+ pkgver = 1.08.20140901
+ pkgrel = 1
+ url = http://www.freedink.org/
+ arch = any
+ license = GPL
+ license = custom
+ source = ftp://ftp.gnu.org/gnu/freedink/freedink-data-1.08.20140901.tar.gz
+ md5sums = 5ef494109cecb5e8d07515953c61f825
+
+pkgname = freedink-data
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..396e12ea148b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Petteri Tolonen <petteri dot tolonen at gmail dot com>
+
+pkgname=freedink-data
+pkgver=1.08.20140901
+pkgrel=1
+pkgdesc="Free game data for GNU freedink"
+arch=('any')
+url="http://www.freedink.org/"
+license=('GPL' 'custom')
+source=(ftp://ftp.gnu.org/gnu/freedink/$pkgname-$pkgver.tar.gz)
+md5sums=('5ef494109cecb5e8d07515953c61f825')
+
+package() {
+ cd $startdir/src/$pkgname-$pkgver/
+ make install DESTDIR=$pkgdir PREFIX=/usr || return 1
+}
+