Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=846c142e30ec5215b9a6ebe325eedb7eede45105
commit 846c142e30ec5215b9a6ebe325eedb7eede45105
Author: James Buren <[EMAIL PROTECTED]>
Date: Fri Jun 6 03:54:48 2008 -0500
libpseudo-1.0.1-1-i686
* new package
diff --git a/source/lib-extra/libpseudo/FrugalBuild
b/source/lib-extra/libpseudo/FrugalBuild
new file mode 100644
index 0000000..3cf9154
--- /dev/null
+++ b/source/lib-extra/libpseudo/FrugalBuild
@@ -0,0 +1,27 @@
+# Compiling Time: 0.01 SBU
+# Maintainer: James Buren <[EMAIL PROTECTED]>
+
+pkgname=libpseudo
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A thread handling library for safer threading."
+_F_sourceforge_broken_up2date=1
+Finclude sourceforge
+depends=('glibc')
+groups=('lib-extra')
+archs=('i686')
+sha1sums=('d5f88aebe780d1418f6b66a7378cd103aa601c45')
+
+build()
+{
+ Fcd $pkgname
+ make CFLAGS="${CFLAGS} -Wall" || Fdie
+ Fmkdir /usr/{include,lib}
+ # edit out a non-functional entry
+ Fsed 'ldconfig' '' Makefile
+ # correct pathes
+ Fsed '/usr/local/lib' '${libdir}' Makefile
+ Fmakeinstall prefix=$Fdestdir/usr
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git