1 #Autor: Alexandre Minoshi(Almin-Soft Group)
2 #Maintainer: Alexandre Minoshi
7 pkgdesc="Yet another GUI for pacman and yaourt. Not depends either GTK, Qt"
10 url="http://almin-soft.nx0.ru/openiandifree/pacmanxg.html"
12 if [ "${CARCH}" = 'x86_64' ]; then
13 depends=('pacman' 'lib32-libx11' 'lib32-gcc-libs')
14 elif [ "${CARCH}" = 'i686' ]; then
15 depends=('pacman' 'libx11' 'gcc-libs')
17 optdepends=('xdg-su: for GUI enter pass'
18 'yaourt: AUR support' 'lib32-libxft: antialiased problem fix')
19 source=("http://almin-soft.nx0.ru/media/files/binaries/pacmanXG.tar.bz2"
23 install -d $pkgdir/opt/pacmanxg
24 install -Dm755 pacmanXG $pkgdir/opt/pacmanxg/pacmanxg
25 install -Dm644 icon.png $pkgdir/usr/share/pixmaps/pacmanxg.png
26 install -Dm644 pacmanxg.desktop $pkgdir/usr/share/applications/pacmanxg.desktop
30 md5sums=('2508b750b1da6e925b0c621bd78cdfce'
31 '6be794ae989783e0605db6cc67ab74b0')