updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / nokryptia / PKGBUILD
blob4e531c9bd6d872d578939b73940af734215f08b7
1 # Contributor: Michal Kaliszka <desmont@gmail.com>
3 pkgname=nokryptia
4 pkgver=1.3
5 pkgrel=1
6 pkgdesc="This program is made for the Nokia 5510 to put music on your\
7  mobile."
8 url="http://tuxmobil.org/nokryptia.html"
9 license=""
10 depends=(id3lib)
11 source=(http://tuxmobil.org/software/nokryptia/$pkgname-$pkgver.tar.bz2)
12 md5sums=(10c9509d7a78df9677aa4e92f753668a)
14 build() {
15   cd $startdir/src/$pkgname-$pkgver
16   ./configure --prefix=/usr
17   make || return 1
18   make DESTDIR=$startdir/pkg install