summaryrefslogtreecommitdiff
path: root/community/g2sc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
committerroot <root@rshg054.dnsready.net>2013-07-19 01:10:32 -0700
commit8fbc0076a4827ddc6af92e0b9daa4c4c31450808 (patch)
tree03fd0e2921ebd53228d9a93e32ed3976b636cbea /community/g2sc
parente445a313723389ba9ee1fded025c567dae5b21ea (diff)
Fri Jul 19 01:09:18 PDT 2013
Diffstat (limited to 'community/g2sc')
-rw-r--r--community/g2sc/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD
new file mode 100644
index 000000000..a12fa1702
--- /dev/null
+++ b/community/g2sc/PKGBUILD
@@ -0,0 +1,29 @@
+# $Id: PKGBUILD 65518 2012-02-21 08:40:35Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+
+pkgname=g2sc
+pkgver=0.2
+pkgrel=4
+pkgdesc="Samba gtk2 client"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/g2sc"
+license=('GPL')
+depends=('smbclient' 'gtk2')
+source=(http://downloads.sourceforge.net/g2sc/${pkgver}/g2cs${pkgver}alpha-source.tar.bz2)
+md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
+
+build() {
+ cd ${srcdir}
+ make
+}
+
+package() {
+ cd ${srcdir}
+ mkdir -p ${pkgdir}/usr/{share/{g2sc,applications},bin}
+ install -m644 g2sc.conf ${pkgdir}/usr/share/g2sc
+ install -m644 g2sc.png ${pkgdir}/usr/share/g2sc
+ install -m755 g2sc ${pkgdir}/usr/bin
+ install -m644 g2sc.desktop ${pkgdir}/usr/share/applications
+}