summaryrefslogtreecommitdiff
path: root/pcr/tkpacman
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-26 14:29:47 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-26 14:30:00 +0100
commit4a084edf026bc74200864d3bea5e451e49e3c22c (patch)
tree5474601548ffd322446118eab87e06b9124a331c /pcr/tkpacman
parent0626cb545553972da79d7c7e3007a9e332533cf9 (diff)
pcr/tkpacman: added
Diffstat (limited to 'pcr/tkpacman')
-rw-r--r--pcr/tkpacman/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/pcr/tkpacman/PKGBUILD b/pcr/tkpacman/PKGBUILD
new file mode 100644
index 000000000..a9f27cfcd
--- /dev/null
+++ b/pcr/tkpacman/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer (AUR): Willem Herremans <whpgf at scarlet.be>
+
+# parabola changes and rationale:
+# no changes.
+
+pkgname=tkpacman
+pkgver=1.8.0
+pkgrel=1
+pkgdesc="A lightweight GUI for pacman built with Tcl/Tk"
+arch=('any')
+url="http://sourceforge.net/projects/tkpacman"
+license=('GPL')
+depends=('tcl>=8.6.0' 'tk>=8.6.0')
+optdepends=('sudo: if you want to use sudo instead of su'
+ 'gksu: if you want to use gksu instead of su or sudo'
+ 'kdesu: if you want to use kdesu instead of su or sudo'
+ 'xterm: alternative terminal emulator'
+ 'vte: alternative terminal emulator'
+ 'xfce4-terminal: alternative terminal emulator'
+ 'mate-terminal: alternative terminal emulator'
+ 'konsole: alternative terminal emulator'
+ 'qterminal: alternative terminal emulator')
+source=(http://downloads.sourceforge.net/tkpacman/tkpacman-$pkgver/tkpacman-$pkgver.tar.gz)
+#source=(tkpacman-$pkgver.tar.gz)
+md5sums=('3878bcd73696e756227fb2bfcbf2c365')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" PREFIX='/usr' install
+}