summaryrefslogtreecommitdiffstats
path: root/gadmin-samba/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gadmin-samba/PKGBUILD')
-rw-r--r--gadmin-samba/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/gadmin-samba/PKGBUILD b/gadmin-samba/PKGBUILD
deleted file mode 100644
index 9a15f65..0000000
--- a/gadmin-samba/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Florian Pritz <f-p@gmx.at>
-# Contributor: Andrea Scarpino <bash.lnx@gmail.com>
-# Contributor: Marcin Kaczorek <kaczus@karek.pl>
-
-pkgname=gadmin-samba
-pkgver=0.2.9
-pkgrel=1
-pkgdesc="An easy to use GTK+ frontend for the SAMBA file and print server"
-url="http://gadmintools.flippedweb.com/index.php?option=com_content&task=view&id=16&Itemid=30"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk2' 'samba')
-replaces=('gsambad')
-install=${pkgname}.install
-source=("http://mange.dynalias.org/linux/${pkgname}/${pkgname}-${pkgver}.tar.gz" "makefile.patch")
-options=(!emptydirs)
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- patch -p0 < ${srcdir}/makefile.patch
- ./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --sbindir=/usr/sbin
- make || return 1
- make DESTDIR=${pkgdir} install
-
- install -D -m644 desktop/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
-}
-md5sums=('9902f6aff533367e5f62caa9fc383d9b'
- '23582cbe1716d3683b96987547fa7724')
-sha1sums=('0c4f1c2f6ca0dd71579d661c07ef3abaafc9dc76'
- 'a2c7b7d0e5d8080a8adb11d41466253cbc63be43')