summaryrefslogtreecommitdiff
path: root/community/g2sc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/g2sc
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 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
+}