[arch-commits] Commit in fcgi/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sun Sep 11 20:59:22 UTC 2011
Date: Sunday, September 11, 2011 @ 16:59:21
Author: pierre
Revision: 137827
upgpkg: fcgi 2.4.0-7
rebuild old package
Modified:
fcgi/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-11 20:56:06 UTC (rev 137826)
+++ PKGBUILD 2011-09-11 20:59:21 UTC (rev 137827)
@@ -5,15 +5,15 @@
pkgname=fcgi
pkgver=2.4.0
-pkgrel=6
+pkgrel=7
depends=('gcc-libs')
pkgdesc="FASTCgi(fcgi) islanguage independent, high performant extension to CGI"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('custom')
options=('!libtool' '!makeflags')
url="http://www.fastcgi.com"
-source=(http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz
- gcc44-fix-include.patch)
+source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz"
+ 'gcc44-fix-include.patch')
md5sums=('d15060a813b91383a9f3c66faf84867e'
'a8028462163755f3ce457a5c641f237b')
@@ -26,6 +26,10 @@
automake --foreign
./configure --prefix=/usr
make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 LICENSE.TERMS "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
More information about the arch-commits
mailing list