mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:57:14 +08:00
Import libchardet as bomi's dependency.
This commit is contained in:
parent
863d36c937
commit
666ad7e2b3
26
libchardet/PKGBUILD
Normal file
26
libchardet/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Maintainer: Jeff Huang <s8321414[at]gmail[dot]com>
|
||||||
|
# Original Maintainer on CCR: ahjolinna <ahjolinna@ovi.com>
|
||||||
|
|
||||||
|
pkgname=libchardet
|
||||||
|
pkgver=1.0.4
|
||||||
|
pkgrel=2
|
||||||
|
pkgdesc="Mozilla's Universal Charset Detector C/C++ API"
|
||||||
|
arch=('x86_64')
|
||||||
|
license=('MPL')
|
||||||
|
url="http://ftp.oops.org/pub/oops/libchardet"
|
||||||
|
depends=('gcc-libs' 'bash')
|
||||||
|
options=('!libtool')
|
||||||
|
source=("ftp://ftp.oops.org/pub/oops/$pkgname/${pkgname}-${pkgver}.tar.bz2")
|
||||||
|
md5sums=('93edadd9353325405d6e092127339f33')
|
||||||
|
|
||||||
|
build() {
|
||||||
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --disable-static
|
||||||
|
make
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user