summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9fca6e07ce1384ff5db2672101dcec313a440f9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Willem Herremans <whpgf at scarlet.be>
pkgname=tkpacman
pkgver=1.8.0
pkgrel=2
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=(tkpacman-$pkgver.tar.gz)
md5sums=('3878bcd73696e756227fb2bfcbf2c365')

package() {
    cd "$srcdir/$pkgname-$pkgver"
    make DESTDIR="$pkgdir" PREFIX='/usr' install
}