28 lines
641 B
Plaintext
28 lines
641 B
Plaintext
# Template file for 'libpipeline'
|
|
pkgname=libpipeline
|
|
version=1.2.2
|
|
revision=3
|
|
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=6b0e6be44479051196f80baeefeefa5fbdac428a7149b3858998769f461ba198
|
|
|
|
libpipeline-devel_package() {
|
|
depends="libpipeline>=$version"
|
|
short_desc="${short_desc} - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/share
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
libpipeline_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|