Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0b2a9636e13347a0b4673a02a6c316baddd3168c

commit 0b2a9636e13347a0b4673a02a6c316baddd3168c
Author: DeX77 <[email protected]>
Date:   Thu Oct 3 22:53:25 2013 +0200

talloc-2.1.0-1-x86_64

* version bump
* cleanup
+ added asneeded option

diff --git a/source/lib/talloc/FrugalBuild b/source/lib/talloc/FrugalBuild
index 9136201..bf9435a 100644
--- a/source/lib/talloc/FrugalBuild
+++ b/source/lib/talloc/FrugalBuild
@@ -1,8 +1,10 @@
-# Compiling Time: 0.06 SBU
+# Compiling Time: 0.32 SBU
# Maintainer: DeX77 <[email protected]>

+options+=('asneeded')
+
pkgname=talloc
-pkgver=2.0.8
+pkgver=2.1.0
pkgrel=1
pkgdesc="talloc is a hierarchical, reference counted memory pool system with 
destructors"
url=http://talloc.samba.org/talloc/doc/html/index.html
@@ -15,15 +17,11 @@ groups=('lib')
archs=('i686' 'x86_64' 'arm')
signatures=($urldl/$pkgname-$pkgver.tar.asc)
removes=("${removes[@]}" "/usr/lib/lib$pkgname.so.2")
+Fconfopts="$Fconfopts  --prefix=/usr --sysconfdir=/etc/samba 
--enable-talloc-compat1"
+_F_make_opts="DESTDIR=$Fdestdir"

build() {
-       Fcd
-       ./configure --prefix=/usr \
-                       --sysconfdir=/etc/samba \
-                       --localstatedir=/var \
-                       --enable-talloc-compat1 || Fdie
-       make || Fdie
-       make DESTDIR=$Fdestdir install || Fdie
+       Fbuild
Fln lib$pkgname.so.$pkgver /usr/lib/lib$pkgname.so
Fln lib$pkgname.so.$pkgver /usr/lib/lib$pkgname.so.${pkgver/.*/}
}
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to