
SCMxx
By: a guest on
Oct 21st, 2010 | syntax:
Bash | size: 0.60 KB | hits: 45 | expires: Never
# 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/scmxx/scmxx/0.9.0/scmxx-0.9.0.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
}
#