summaryrefslogtreecommitdiff
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-rw-r--r--x86_64/enca/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/x86_64/enca/PKGBUILD b/x86_64/enca/PKGBUILD
deleted file mode 100644
index 8dcef5c..0000000
--- a/x86_64/enca/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-# Contributor: Filip Dvorak <fila@pruda.com>
-
-pkgname=enca
-pkgver=1.19
-pkgrel=5
-pkgdesc="Charset analyser and converter"
-arch=('x86_64')
-url="https://cihar.com/software/enca/"
-license=('GPL')
-depends=('recode')
-options=('!docs')
-source=("https://dl.cihar.com/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8')
-
-build() {
- cd ${pkgname}-${pkgver}
-
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib \
- --mandir=/usr/share/man \
- --with-librecode=/usr \
- --enable-external
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}