PKGBUILDs/extra/gtk-theme-switch/PKGBUILD

23 lines
676 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 37021 2009-04-30 00:13:19Z eric $
# Contributor: Eddie Lozon <almostlucky@attbi.com>
# Contributor: Aaron Griffin <aaron@archlinux.org>
# Maintainer: Thayer Williams <thayer@archlinux.org>
pkgname=gtk-theme-switch
pkgver=1.0.1
pkgrel=3
pkgdesc="Gtk theme switcher"
arch=('i686' 'x86_64')
url="http://muhri.net/nav.php3?node=gts"
license=('GPL')
depends=('gtk')
source=(http://www.muhri.net/$pkgname-$pkgver.tar.gz)
md5sums=('a1ce98489cbe410c5483e155e5834c46')
build() {
cd $srcdir/$pkgname-$pkgver
make || return 1
install -D -m755 switch $pkgdir/usr/bin/switch || return 1
install -D -m644 switch.1 $pkgdir/usr/share/man/man1/switch.1 || return 1
}