mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
core/mtools: new aport
This commit is contained in:
parent
793a3d586d
commit
0c13ef9780
23
core/mtools/APKBUILD
Normal file
23
core/mtools/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user