mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/libpipeline: new aport
This commit is contained in:
parent
bc2a0a2909
commit
38febd09e9
36
testing/libpipeline/APKBUILD
Normal file
36
testing/libpipeline/APKBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# Contributor: A. Wilcox <awilfox@adelielinux.org>
|
||||
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
|
||||
pkgname=libpipeline
|
||||
pkgver=1.4.1
|
||||
pkgrel=0
|
||||
pkgdesc="C pipeline manipulation library"
|
||||
url="http://libpipeline.nongnu.org/"
|
||||
arch="all"
|
||||
license="GPL-3+"
|
||||
checkdepends="check-dev"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
make check
|
||||
}
|
||||
|
||||
sha512sums="835d65aa3f9436398b5421544ca7857fe9caed52cd2e70320ea04d6315825e648df930e1c225d4aaf0f2edda2a438f6c00f15c556fb9fd30311560fb8d966797 libpipeline-1.4.1.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user