initial import
This commit is contained in:
26
httrack/PKGBUILD
Normal file
26
httrack/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=httrack
|
||||
pkgver=3.49.4
|
||||
pkgrel=1
|
||||
pkgdesc="An easy-to-use offline browser utility"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.httrack.com/'
|
||||
license=('GPL-3')
|
||||
depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'libressl')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://deb.debian.org/debian/pool/main/h/httrack/httrack_${pkgver}.orig.tar.gz")
|
||||
sha512sums=('3e45388d75b9ac8d384000a8f3e931e3a71a54209af91fdde503b7dc2ec97db4bbc5bfa490fdceb6257c8e936aaf5749a22031f724b92cd04bd71cf729d938cd')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-static=no
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"/$pkgname-$pkgver
|
||||
make DESTDIR="${pkgdir}" install
|
||||
install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/$pkgname
|
||||
}
|
||||
Reference in New Issue
Block a user