Convert packages to the new template format (l).

This commit is contained in:
Juan RP 2013-04-13 10:15:49 +02:00
parent 2de2b1d55b
commit 370798958f
445 changed files with 4246 additions and 3762 deletions

View file

@ -1,25 +1,22 @@
# Template file for 'libsmbios'
pkgname=libsmbios
version=2.2.28
revision=1
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
revision=2
build_style=gnu-configure
configure_args="--disable-static --disable-python"
depends="glibc"
makedepends="pkg-config perl libxml2-devel"
hostmakedepends="pkg-config perl"
makedepends="libxml2-devel"
short_desc="Library for SMBIOS access"
homepage="https://linux.dell.com/libsmbios/main/index.html"
license="GPL-2+, OLS-2.1"
maintainer="Juan RP <xtraeme@gmail.com>"
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
checksum=dd247fd43296df3352435b090dd789a22a89c4b316e98b46b915323290a3e350
long_desc="
Libsmbios is a library and utilities that can be used by client programs
to get information from standard BIOS tables, such as the SMBIOS table."
subpackages="$pkgname-devel $pkgname-utils"
post_install()
{
post_install() {
rm -rf ${DESTDIR}/etc/yum ${DESTDIR}/usr/lib/yum-plugins
rm -rf ${DESTDIR}/libsmbios_c ${DESTDIR}/etc/libsmbios
rm -rf ${DESTDIR}/usr/bin ${DESTDIR}/usr/share/smbios-utils
@ -28,3 +25,26 @@ post_install()
cp -r ${wrksrc}/src/include/smbios_c ${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/include/smbios/version.h.in
}
libsmbios-devel_package() {
depends="libsmbios>=${version}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}
}
libsmbios-utils_package() {
short_desc+=" -- utilities"
pkg_install() {
vmove usr/sbin
}
}
libsmbios_package() {
pkg_install() {
vmove usr
}
}