1 # Maintainer: Amr Hassan <amr.hassan@gmail.com>
5 pkgdesc="UTF-8 with C++ in a Portable Way"
6 url="http://utfcpp.sourceforge.net/"
9 source=("http://garr.dl.sourceforge.net/project/utfcpp/utf8cpp_2x/Release%202.3.1/utf8_v2_3_1.zip")
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')