summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD23
2 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2c07a12eeb92
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = pacmanager-bin
+ pkgdesc = Perl Auto Connector PAC Manager
+ pkgver = 4.5.5.5
+ pkgrel = 1
+ url = http://orgmode.org/
+ arch = any
+ license = GPL3
+ makedepends = xz
+ depends = perl-crypt-blowfish perl-gnome2-vte perl-expect perl-crypt-rijndael perl-gtk2-ex-simple-list perl-io-stty perl-io-tty perl-net-arp uuid
+ source = https://contini.info/files/pac-4.5.5.5-all.deb
+ md5sums = 68da89f89e3faaf8c70288a675828164
+
+pkgname = pacmanager-bin
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7b2df911fdd1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: Luca Contini <jkd[dot]luca[at]gmail[dot]com>
+
+# If you do not trust the source of installation, you can navigate to
+# https://sites.google.com/site/davidtv/ and download from there.
+# The MD5 sum provided is for pac-4.5.5.5-all.deb [Sep 2, 215]
+
+pkgname=pacmanager-bin
+pkgver=4.5.5.5
+pkgrel=1
+arch=('any')
+license=('GPL3')
+
+pkgdesc="Perl Auto Connector PAC Manager"
+url="https://sites.google.com/site/davidtv/"
+
+depends=('perl-crypt-blowfish' 'perl-gnome2-vte' 'perl-expect' 'perl-crypt-rijndael' 'perl-gtk2-ex-simple-list' 'perl-io-stty' 'perl-io-tty' 'perl-net-arp' 'uuid')
+source=("https://contini.info/files/pac-${pkgver}-all.deb")
+md5sums=('68da89f89e3faaf8c70288a675828164')
+
+
+package() {
+ tar -C "${pkgdir}" -xvJf "${srcdir}/data.tar.xz"
+}