updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / switchconf / PKGBUILD
blob7978d41da80f940d4bd90ae11dffb65ce14af09e
1 # Contributor: Jan Fader <jan.fader@web.de>
2 pkgname=switchconf
3 pkgver=0.0.8
4 pkgrel=2
5 pkgdesc="Switchconf allows users to easily change their system's settings, choosing between the possible configurations for different environments."
6 arch=(i686)
7 url="http://web.tagus.ist.utl.pt/~jose.calhariz/"
8 license=('GPL')
9 install=
10 source=(http://debian.tagus.ist.utl.pt/debian/dists/etch/updates/main/${pkgname}_${pkgver}.orig.tar.gz jf-al-pkg.patch jf-src.patch)
11 md5sums=('66b13c4895ac25b8684520a7b9732c39'
12          'e044d3a01ac4c3f5e8de00ddf2958837'
13          'a0e463f1cd4b09c6b2f961e3588ebfbe')
15 build() {
16   cd "$startdir/src/$pkgname"
17   patch -i ../jf-al-pkg.patch
18   patch -i ../jf-src.patch
20   make DESTDIR="$startdir/pkg" install
23 # vim:set ts=2 sw=2 et: