Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gcc43.git;a=commitdiff;h=73c798898705eb30628129237eb14bbccf45bbf5
commit 73c798898705eb30628129237eb14bbccf45bbf5 Author: crazy <[EMAIL PROTECTED]> Date: Wed Mar 12 03:48:22 2008 +0100 apmd-3.0.2-7-i686 * rebuild * added some Fsed's to fix the build * and some other issues diff --git a/source/base/apmd/FrugalBuild b/source/base/apmd/FrugalBuild index 722a042..569b774 100644 --- a/source/base/apmd/FrugalBuild +++ b/source/base/apmd/FrugalBuild @@ -3,10 +3,10 @@ pkgname=apmd pkgver=3.0.2 -pkgrel=6 +pkgrel=7 pkgdesc="Set of tools for managing notebook power consumption" url="http://alumnit.ca/~apenwarr/apmd/" -depends=('glibc') +depends=('glibc>=2.7-3') makedepends=('libx11' 'libxaw') groups=('base') archs=('i686' 'x86_64') @@ -26,6 +26,9 @@ build() Fcd $pkgname Fpatchall || return 1 Fsed '-I/usr/src/linux/include' '-I/usr/include' Makefile + Fsed '-Vt' '' Makefile + Fsed '/X11R6' '' Makefile + Fsed '-O' "$CFLAGS" Makefile Fmake || return 1 Fmkdir /etc /usr Fmakeinstall PREFIX=$Fdestdir/usr APMD_PROXY_DIR=$Fdestdir/etc @@ -33,3 +36,5 @@ build() } # vim: ft=sh + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
