mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 22:22:26 +01:00
swish-e-2.4.7-1
This commit is contained in:
parent
73386270db
commit
f94ee88038
2 changed files with 14 additions and 11 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = swish-e
|
||||
pkgdesc = Fast, flexible and free open source system for indexing collections of Web pages or other files.
|
||||
pkgdesc = Fast, flexible and free open source system for indexing collections of Web pages or other files
|
||||
pkgver = 2.4.7
|
||||
pkgrel = 1
|
||||
url = http://www.swish-e.org
|
||||
url = http://www.swish-e.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
|
|||
21
PKGBUILD
21
PKGBUILD
|
|
@ -3,22 +3,25 @@
|
|||
pkgname=swish-e
|
||||
pkgver=2.4.7
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, flexible and free open source system for indexing collections of Web pages or other files."
|
||||
pkgdesc="Fast, flexible and free open source system for indexing collections of Web pages or other files"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.swish-e.org"
|
||||
url="http://www.swish-e.org/"
|
||||
license=('custom')
|
||||
depends=('libxml2')
|
||||
source=(http://www.swish-e.org/distribution/$pkgname-$pkgver.tar.gz)
|
||||
|
||||
md5sums=('736db7a65aed48bb3e2587c52833642d')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/$pkgname-$pkgver
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
./configure --with-zlib --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib
|
||||
make || return 1
|
||||
make DESTDIR=${pkgdir} install
|
||||
|
||||
#custom license
|
||||
install -D -m644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING || return 1
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
|
||||
make DESTDIR="${pkgdir}" install
|
||||
#license
|
||||
install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/$pkgname/COPYING
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue