summaryrefslogtreecommitdiff
path: root/community/g2sc
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/g2sc
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/g2sc')
-rw-r--r--community/g2sc/PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD
new file mode 100644
index 000000000..a026abe98
--- /dev/null
+++ b/community/g2sc/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+
+pkgname=g2sc
+pkgver=0.2
+pkgrel=3
+pkgdesc="Samba gtk2 client"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://sourceforge.net/projects/g2sc"
+depends=('smbclient' 'gtk2')
+source=(http://downloads.sourceforge.net/g2sc/$pkgver/g2cs${pkgver}alpha-source.tar.bz2)
+md5sums=('c0994584f2c950241bf7e2782cb4d2fd')
+
+build()
+{
+ cd $startdir/src
+ make || return 1
+ mkdir -p $startdir/pkg/usr/{share/{g2sc,applications},bin}
+ install -m644 g2sc.conf $startdir/pkg/usr/share/g2sc || return 1
+ install -m644 g2sc.png $startdir/pkg/usr/share/g2sc || return 1
+ install -m755 g2sc $startdir/pkg/usr/bin || return 1
+ install -m644 g2sc.desktop $startdir/pkg/usr/share/applications || return 1
+}