Updated. Now, builds again.
Default device is now /dev/ttyUSB0, and the message from post_install that bluetooth or IrDA is needed is removed.
Search Criteria
Package Details: scmxx 0.9.0-2
Package Actions
| Package Base: | scmxx |
|---|---|
| Description: | A tool for exchange data with some Siemens mobile phone |
| Upstream URL: | http://www.hendrik-sattler.de/scmxx/ |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | dreieck |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2005-08-21 15:52 |
| Last Updated: | 2013-10-17 11:58 |
Dependencies (2)
Required by (0)
Sources
Latest Comments
Comment by dreieck
Anonymous comment
I made the source address less static and added a little correction to the arch line.
Below my PKGBUILD based on Alessio's and gbc921's work.
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=scmxx
pkgver=0.9.0
pkgrel=1
pkgdesc="A tool for exchange data with some Siemens mobile phone"
arch=('i686' 'x86_64')
url="http://www.hendrik-sattler.de/scmxx/"
license="GPL"
depends=('glibc' 'perl-image-size')
install=scmxx.install
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
md5sums=('9ed8fe297b39ed1c4d3606e40620835e')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --with-device=/dev/rfcomm0 --prefix=/usr/
make || return 1
make DESTDIR=$startdir/pkg install
}
#
Comment by gbc921
Use this if not work:
http://aur.pastebin.com/6CJQt7Kg
I have updated the source link and md5sum.
Thanks!