summaryrefslogtreecommitdiffstats
path: root/main/mtx/APKBUILD
blob: 6d689d431e4dd34bdff4e4071c2e92c0945901f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Contributor: Leonardo Arena <rnalrd@gmail.com>
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
pkgname="mtx"
pkgver=1.3.12
pkgrel=1
pkgdesc="SCSI Media Changer and Backup Device Control"
url="http://mtx.opensource-sw.net/"
arch="all"
license="GPL2"
depends=""
makedepends=""
install=""
subpackages=""
source="http://downloads.sourceforge.net/mtx/$pkgname-$pkgver.tar.gz"

build() {
	cd "$srcdir/$pkgname-$pkgver"
	./configure --prefix=/usr \
	 --datadir=/usr/share
	make || return 1
	make prefix="$pkgdir" install
}

md5sums="ce8f0e44671fb0c7d9ec30bb0bfa8b5c  mtx-1.3.12.tar.gz"