mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:27:15 +08:00
uchardet 0.0.1
This commit is contained in:
parent
37c839b0e0
commit
815b998828
30
uchardet/PKGBUILD
Normal file
30
uchardet/PKGBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# Maintainer: FranzMari <franzmari[at]chakra-project[dot]it>
|
||||
|
||||
pkgname=uchardet
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="An encoding detector library"
|
||||
arch=('x86_64')
|
||||
url="http://code.google.com/p/uchardet/"
|
||||
license=('MPL')
|
||||
makedepends=('cmake')
|
||||
source=("http://uchardet.googlecode.com/files/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('9c17f0aca38c66c95d400691a9160b1b')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user