[arch-commits] Commit in (smb4k smb4k/repos smb4k/trunk smb4k/trunk/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Aug 22 11:39:47 UTC 2017
Date: Tuesday, August 22, 2017 @ 11:39:46
Author: arojas
Revision: 252931
extra2community: Moving smb4k from extra to community
Added:
smb4k/
smb4k/repos/
smb4k/trunk/
smb4k/trunk/PKGBUILD
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Added: smb4k/trunk/PKGBUILD
===================================================================
--- smb4k/trunk/PKGBUILD (rev 0)
+++ smb4k/trunk/PKGBUILD 2017-08-22 11:39:46 UTC (rev 252931)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Emanuele Rampichini <emanuele.rampichini at gmail.com>
+
+pkgname=smb4k
+pkgver=2.0.1
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=(i686 x86_64)
+url="http://smb4k.sourceforge.net/"
+license=(GPL)
+depends=(kparts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('0418ca9ae9a62cde6cfdc4ffad7525868048827366166578936e988ce7a6009e')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+
+ make DESTDIR="$pkgdir" install
+}
Property changes on: smb4k/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
More information about the arch-commits
mailing list