updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / netconfig / PKGBUILD
blob6560558027621e6c9cc19ca5a61ddf3010bc41b3
1 # Contributor: Frikilinux <frikilinux at frikilinux.com.ar>
3 pkgname=netconfig
4 pkgver=0.3.3
5 pkgrel=1
6 pkgdesc="Very simple tool for configuring network (wired or wifi) connections with gui and also with command line in console mode."
7 arch=('i686' 'x86_64')
8 url='http://www.qt-apps.org/content/show.php/netconfig?content=109052&PHPSESSID=b1b8c9412cbab92e57a24b48a08e3cd2'
9 license=('GPL')
10 makedepends=()
11 depends=('qt')
12 conflicts=()
13 provides=('netconfig')
14 install=()
15 backup=()
16 source=(http://www.qt-apps.org/CONTENT/content-files/109583-${pkgname}-${pkgver}.tar.bz2
17         netconfig.desktop)
19 md5sums=('2bf58b516f2b90577e382764e399b10f'
20          '93459a5ba560f2122899095afa8b0ddf')
22 build() {
23   cd "${srcdir}/${pkgname}"
25   qmake || return 1
26   make || return 1
28   install -Dm755 netconfig ${pkgdir}/usr/bin/netconfig
29   install -Dm644 ${srcdir}/netconfig.desktop ${pkgdir}/usr/share/applications/netconfig.desktop
30   install -Dm644 README ${pkgdir}/usr/share/doc/${pkgname}/README
31   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE