core/mtools: new aport

This commit is contained in:
Natanael Copa 2009-01-02 22:22:31 +00:00
parent 793a3d586d
commit 0c13ef9780

23
core/mtools/APKBUILD Normal file
View File

@ -0,0 +1,23 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mtools
pkgver=3.9.11
pkgrel=0
pkgdesc="A collection of utilities to access MS-DOS disks from Unix without mounting them"
url="http://mtools.linux.lu/"
license="GPL"
depends="uclibc"
makedepends="texinfo"
source="http://$pkgname.linux.lu/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-doc"
build () {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc
make || return 1
make -j1 install DESTDIR="$pkgdir"
}
md5sums="3c0ae05b0d98a5d3bd06d3d72fcaf80d mtools-3.9.11.tar.gz"