Skip to content

Commit

Permalink
Add pkg icu56
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Jun 28, 2018
1 parent ce37d5e commit 30f6cca
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
32 changes: 32 additions & 0 deletions icu56/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Maintainer: tirip01 <tirip01@yahoo.com>

_pkgname=icu
pkgname=${_pkgname}56
pkgver=56.1
pkgrel=1
pkgdesc="International Components for Unicode library"
arch=('i686' 'x86_64')
url="http://www.icu-project.org/"
license=('custom:"icu"')
depends=('gcc-libs>=4.7.1-5')
source=(http://download.icu-project.org/files/${_pkgname}4c/${pkgver}/${_pkgname}4c-${pkgver//./_}-src.tgz)
sha256sums=('3a64e9105c734dcf631c0b3ed60404531bce6c0f5a64bfe1a6402a4cc2314816')

build() {
cd ${srcdir}/${_pkgname}/source
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man
make
}

package() {
cd ${srcdir}/${_pkgname}/source
make -j1 DESTDIR=${pkgdir} install
rm -r "${pkgdir}"/usr/{bin,include,sbin,share,lib/*so,lib/icu/{Makefile.inc,current,pkgdata.inc}}
rm -r "${pkgdir}/usr/lib/pkgconfig"

# Install license
install -Dm644 ${srcdir}/${_pkgname}/license.html ${pkgdir}/usr/share/licenses/${pkgname}/license.html
}

3 changes: 3 additions & 0 deletions nvchecker.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2668,6 +2668,9 @@ use_latest_release = true
github = fatedier/frp
use_latest_release = true

[icu56]
aur =

# unused & vim modeline {{{1
# vim: se fdm=marker:

0 comments on commit 30f6cca

Please sign in to comment.