mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-04 18:32:13 +01:00
testing/device-mapper: new aport
This commit is contained in:
parent
188ae650ad
commit
1be5658cc4
26
testing/device-mapper/APKBUILD
Normal file
26
testing/device-mapper/APKBUILD
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Contributor: Leonardo Arena <rnalrd@gmail.com>
|
||||||
|
# Maintainer: Leonardo Arena <rnalrd@gmail.com>
|
||||||
|
pkgname=device-mapper
|
||||||
|
pkgver=1.02.28
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="Device mapper ioctl library"
|
||||||
|
url="http://sources.redhat.com/pub/dm/"
|
||||||
|
license="GPL-2"
|
||||||
|
depends="uclibc"
|
||||||
|
makedepends=""
|
||||||
|
install=
|
||||||
|
subpackages="$pkgname-doc $pkgname-dev"
|
||||||
|
source="ftp://sources.redhat.com/pub/dm/$pkgname.$pkgver.tgz"
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "$srcdir/$pkgname.$pkgver"
|
||||||
|
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--sysconfdir=/etc \
|
||||||
|
--mandir=/usr/share/man \
|
||||||
|
--infodir=/usr/share/info
|
||||||
|
make || return 1
|
||||||
|
make DESTDIR="$pkgdir" install
|
||||||
|
}
|
||||||
|
|
||||||
|
md5sums="c9ae0776994a419f9e1ba842164bb626 device-mapper.1.02.28.tgz"
|
||||||
Loading…
x
Reference in New Issue
Block a user