libcgroup: update to 0.38.
This commit is contained in:
parent
61256674be
commit
0ac3924282
3 changed files with 12 additions and 13 deletions
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'libcgroup-devel'.
|
# Template file for 'libcgroup-devel'.
|
||||||
#
|
#
|
||||||
depends="glibc-devel libcgroup"
|
noarch=yes
|
||||||
|
depends="libcgroup>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc="${short_desc} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
ld-linux-x86-64.so.2
|
ld-linux-x86-64.so.2 x86_64
|
||||||
|
ld-linux.so.2 i686
|
||||||
libpam.so.0
|
libpam.so.0
|
||||||
librt.so.1
|
librt.so.1
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'libcgroup'
|
# Template file for 'libcgroup'
|
||||||
pkgname=libcgroup
|
pkgname=libcgroup
|
||||||
version=0.37.1
|
version=0.38
|
||||||
homepage="http://libcg.sourceforge.net"
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/libcg/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
revision=2
|
configure_args="--enable-pam-module-dir=/usr/lib/security"
|
||||||
|
subpackages="$pkgname-devel"
|
||||||
makedepends="flex pam-devel"
|
makedepends="flex pam-devel"
|
||||||
short_desc="Library that abstracts the control group file system in Linux"
|
short_desc="Library that abstracts the control group file system in Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
checksum=0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d
|
homepage="http://libcg.sourceforge.net"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/libcg/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=5d36d1a48b95f62fe9fcdf74a5a4089512e5e43e6011aa1504fd6f2a0909867f
|
||||||
long_desc="
|
long_desc="
|
||||||
${pkgname} aims to provide programmers easily usable APIs to use the
|
${pkgname} aims to provide programmers easily usable APIs to use the
|
||||||
control group file system."
|
control group file system."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue