[arch-commits] Commit in fcgi/trunk (PKGBUILD)

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Oct 20 13:02:50 UTC 2013


    Date: Sunday, October 20, 2013 @ 15:02:50
  Author: pierre
Revision: 196845

upgpkg: fcgi 2.4.0-9

cleanup; remove static libs

Modified:
  fcgi/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-20 13:02:03 UTC (rev 196844)
+++ PKGBUILD	2013-10-20 13:02:50 UTC (rev 196845)
@@ -5,12 +5,12 @@
 
 pkgname=fcgi
 pkgver=2.4.0
-pkgrel=8
+pkgrel=9
 depends=('gcc-libs')
-pkgdesc="FASTCgi(fcgi) islanguage independent, high performant extension to CGI"
+pkgdesc="FASTCgi (fcgi) is a language independent, high performant extension to CGI"
 arch=('i686' 'x86_64')
 license=('custom')
-options=('!libtool' '!makeflags')
+options=('!makeflags')
 url="http://www.fastcgi.com"
 source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
         'gcc44-fix-include.patch')
@@ -17,7 +17,7 @@
 md5sums=('d15060a813b91383a9f3c66faf84867e'
          'a8028462163755f3ce457a5c641f237b')
 
-build() {
+prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   patch -p1 -i "${srcdir}/gcc44-fix-include.patch"
   libtoolize --force
@@ -24,6 +24,10 @@
   aclocal
   autoconf
   automake --foreign
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list