[arch-commits] Commit in wammu/repos (2 files)
Felix Yan
fyan at archlinux.org
Wed Sep 16 04:36:11 UTC 2015
Date: Wednesday, September 16, 2015 @ 06:36:10
Author: fyan
Revision: 140358
archrelease: copy trunk to community-testing-any
Added:
wammu/repos/community-testing-any/
wammu/repos/community-testing-any/PKGBUILD
(from rev 140357, wammu/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: wammu/repos/community-testing-any/PKGBUILD (from rev 140357, wammu/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2015-09-16 04:36:10 UTC (rev 140358)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado 'bardo' Primier <corrado.primier at mail.polimi.it>
+# Contributor: cs-cam <me.at.camdaniel.com>
+
+pkgname=wammu
+pkgver=0.39
+pkgrel=2
+pkgdesc="A wxPython-based GUI for Gammu"
+arch=('any')
+url="http://wammu.eu/"
+license=('GPL')
+depends=('python2-gammu' 'wxpython')
+optdepends=('gnome-bluetooth: Bluetooth support'
+ 'python2-pybluez: Bluetooth support'
+ 'notification-daemon: Notifications support')
+source=(http://downloads.sourceforge.net/gammu/$pkgname-$pkgver.tar.bz2)
+md5sums=('064eefd6477e77193936447826a6afde')
+
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ # python2 fix
+ sed -i 's_/usr/bin/env python_/usr/bin/env python2_' setup.py
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+}
More information about the arch-commits
mailing list