diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-07 22:31:25 -0300 |
commit | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (patch) | |
tree | 06520d9024b40745b94f02d0d3419386e6496863 /extra/mod_fastcgi/PKGBUILD | |
parent | 6cc893589a6bd208f2b7711f985e17df7a6df816 (diff) | |
parent | a86ff663185661ee304bb1f6d00d982102dd706d (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'extra/mod_fastcgi/PKGBUILD')
-rw-r--r-- | extra/mod_fastcgi/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/mod_fastcgi/PKGBUILD b/extra/mod_fastcgi/PKGBUILD deleted file mode 100644 index 8b637bc32..000000000 --- a/extra/mod_fastcgi/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 150579 2012-02-18 15:20:31Z pierre $ -# Maintainer: -# Contributor: Jan de Groot <jgc@archlinux.org> - -pkgname=mod_fastcgi -pkgver=2.4.6 -pkgrel=4 -pkgdesc="Apache module to support the FastCGI protocol" -arch=('i686' 'x86_64') -license=('custom') -url="http://www.fastcgi.com/" -depends=('apache') -options=('!libtool') -source=("http://www.fastcgi.com/dist/${pkgname}-${pkgver}.tar.gz" - 'lp381384.patch') -md5sums=('a21a613dd5dacf4c8ad88c8550294fed' - '7dd09e6579cc9bf2f992bbd82d1d1537') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - patch -Np1 -i "${srcdir}/lp381384.patch" - cp Makefile.AP2 Makefile - make top_dir=/usr/lib/httpd -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make top_dir=/usr/lib/httpd DESTDIR="${pkgdir}" install - install -Dm644 docs/LICENSE.TERMS \ - "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} |