2011-04-12 06:57:57 +00:00
|
|
|
# Template file for 'libpipeline'
|
|
|
|
pkgname=libpipeline
|
2012-09-20 12:51:31 +00:00
|
|
|
version=1.2.2
|
2013-04-13 08:15:49 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-04-12 06:57:57 +00:00
|
|
|
short_desc="A pipeline manipulation library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-09-20 12:51:31 +00:00
|
|
|
homepage="http://libpipeline.nongnu.org/"
|
|
|
|
license="GPL-2"
|
2012-05-28 15:07:59 +00:00
|
|
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
2012-09-20 12:51:31 +00:00
|
|
|
checksum=6b0e6be44479051196f80baeefeefa5fbdac428a7149b3858998769f461ba198
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|