updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / utf8cpp / PKGBUILD
blobf43626b45007b74c6153355b2152a40f99a61d50
1 # Maintainer: Amr Hassan <amr.hassan@gmail.com>
2 pkgname=utf8cpp
3 pkgver=2.3.1
4 pkgrel=2
5 pkgdesc="UTF-8 with C++ in a Portable Way"
6 url="http://utfcpp.sourceforge.net/"
7 arch=('x86_64' 'i686')
8 license=('Custom')
9 source=("http://garr.dl.sourceforge.net/project/utfcpp/utf8cpp_2x/Release%202.3.1/utf8_v2_3_1.zip")
11 package() {
12   cd "${srcdir}/source"
13   mkdir -p "$pkgdir/usr/include/"
14   install *.h "$pkgdir/usr/include/"
15   mkdir -p "$pkgdir/usr/include/utf8"
16   install utf8/*.h "$pkgdir/usr/include/utf8/"
19 md5sums=('4ce7db7500641f5542308b6b7c066eb6')