void-packages/templates/libsmbios/template
Juan RP 9cb1130619 Set configure_shell to /bin/bash again. Too many portability errors are found and I
do not want to deal with all them. This is linux anyway...

--HG--
extra : convert_revision : 18109137f3c1beccd2d78076438fb1b0e58fafc6
2009-04-29 16:11:00 +02:00

28 lines
1 KiB
Text

# Template file for 'libsmbios'
pkgname=libsmbios
sourcepkg=$pkgname
version=2.2.16
distfiles="http://linux.dell.com/$pkgname/download/$pkgname/$pkgname-$version/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-static --disable-python"
short_desc="Library for SMBIOS access"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=90c87d0f246c2f224b93aa3980b7b186a78fb4ce64d56ceda61c2a23347baa1b
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="devel utils"
Add_dependency full glibc
Add_dependency run gcc-libstdc++
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
install -d ${DESTDIR}/usr/include
cp -r ${wrksrc}/src/include/smbios ${DESTDIR}/usr/include
cp -r ${wrksrc}/src/include/smbios_c ${DESTDIR}/usr/include
rm -f ${DESTDIR}/usr/include/smbios/version.h.in
}