22 lines
608 B
Text
22 lines
608 B
Text
# Template file for 'libpipeline'
|
|
pkgname=libpipeline
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="A pipeline manipulation library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://libpipeline.nongnu.org/"
|
|
license="GPL-2"
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=79c759e7fbf17b560a72edce3ff9bb308d7720306c2650e4fae541daabb89bb6
|
|
|
|
libpipeline-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|