mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 05:32:26 +01:00
24 lines
570 B
Plaintext
24 lines
570 B
Plaintext
# 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/"
|
|
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"
|