summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMort Yao2015-06-09 14:55:57 +0800
committerMort Yao2015-06-09 14:55:57 +0800
commit23b689850e770e2ab192b65d62f8f166d58ab965 (patch)
tree0fc12c0b071ba2614bc8e5f7f0ca5f3e48ebb578
downloadaur-23b689850e770e2ab192b65d62f8f166d58ab965.tar.gz
Initial import
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD27
2 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..17f887442274
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = miranda
+ pkgdesc = Miranda
+ pkgver = 2.042
+ pkgrel = 1
+ url = http://miranda.org.uk/
+ arch = i686,
+ arch = x86_64
+ license = custom
+ makedepends = pkgconfig
+ makedepends = wget
+ makedepends = tar
+ depends =
+ provides = miranda
+ source =
+ md5sums =
+
+pkgname = miranda
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a0b9365cb421
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,27 @@
+# Maintainer: Mort Yao <soi@mort.ninja>
+# Contributor: Kory Woods <kory _at_ virlo >dot< net>
+# Contributor: Aleix Pol <aleixpol@kde.org>
+
+pkgname=miranda
+_pkgname=miranda
+pkgver=2.042
+pkgrel=1
+pkgdesc="Miranda"
+url="http://miranda.org.uk/"
+arch=('i686', 'x86_64')
+license=('custom')
+depends=()
+makedepends=('pkgconfig' 'wget' 'tar')
+# conflicts('')
+provides=('miranda')
+
+source=()
+md5sums=()
+
+_name=mira-2042-i686-Linux.tgz
+
+build() {
+ cd $srcdir
+ wget http://www.cs.kent.ac.uk/people/staff/dat/ccount/click.php?id=2 -O $_name
+ tar xzvf $_name -C $pkgdir
+}