summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
Diffstat (limited to 'pcr')
-rw-r--r--pcr/httrack/PKGBUILD36
-rw-r--r--pcr/httrack/httrack.install12
2 files changed, 0 insertions, 48 deletions
diff --git a/pcr/httrack/PKGBUILD b/pcr/httrack/PKGBUILD
deleted file mode 100644
index d8f94516a..000000000
--- a/pcr/httrack/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor (Arch): Marcos Heredia <chelqo@gmail.com>
-# Contributor (Arch): Joris Steyn <jorissteyn@gmail.com>
-# Contributor (Arch): speps <speps at aur dot archlinux dot org>
-# Contributor (Arch): Roman Kyrylych <roman@archlinux.org>
-# Contributor (Arch): orelien <aurelien.foret@wanadoo.fr>
-# Contributor (Arch): Muflone <webreg@vbsimple.net>
-# Maintainer : Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=httrack
-pkgver=3.48.21
-pkgrel=2
-pkgdesc="An easy-to-use offline browser utility."
-arch=('i686' 'x86_64')
-url="http://www.httrack.com/"
-license=('GPL')
-depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl')
-options=('!libtool')
-install="$pkgname.install"
-source=("http://mirror.httrack.com/historical/$pkgname-$pkgver.tar.gz")
-md5sums=('c2a2f44da400fe18fad6f98bac49a987')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-static=no
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
- _docdir=${pkgdir}/usr/share/doc/${pkgname}
- _licdir=${pkgdir}/usr/share/licenses/${pkgname}
- install -dpm755 ${_docdir} ${_licdir}
- install -Dpm644 AUTHORS INSTALL* README ${_docdir}/
- install -Dpm644 COPYING license.txt ${_licdir}/
-}
diff --git a/pcr/httrack/httrack.install b/pcr/httrack/httrack.install
deleted file mode 100644
index 029294d67..000000000
--- a/pcr/httrack/httrack.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}