summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-05 17:37:57 +0200
committerMarcell Meszaros2022-05-05 17:37:57 +0200
commit8709d1c9b91aa6924713bfdfc8cd2dc4d319143e (patch)
treeb36b8198ba207ba2ce8da13bb3c2fb20973b5093
parent0ac6a9ca525a0603628563a0731e2f9c0154b019 (diff)
downloadaur-8709d1c9b91aa6924713bfdfc8cd2dc4d319143e.tar.gz
add back eb.conf (linking configuration) because some tools need it
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0112455d1f..3b8703687130 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libeb
pkgdesc = C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.
pkgver = 4.4.3
- pkgrel = 4
+ pkgrel = 5
url = http://www.mistys-internet.website/eb/index-en.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 427bece74113..0b61bb8bb24e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: aksr <aksr at t-com dot me>
+
pkgname=libeb
_pkgname=eb
pkgver=4.4.3
-pkgrel=4
+pkgrel=5
epoch=
pkgdesc='C library for accessing CD-ROM books. Supports EB, EBG, EBXA, EBXA-C, S-EBXA and EPWING formats.'
arch=('i686' 'x86_64')
@@ -40,6 +41,7 @@ build() {
./configure \
--prefix='/usr' \
--libexecdir="/usr/lib/${_pkgname}" \
+ --sysconfdir='/etc' \
--with-pkgdocdir="/usr/share/doc/${_pkgname}" \
--disable-silent-rules \
--disable-static
@@ -55,5 +57,4 @@ package() {
cd "${_pkgname}-${pkgver}"
make DESTDIR="$pkgdir" install
install -D -m644 'COPYING' "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- rm -r "${pkgdir}/usr/etc/"
}