Advertisement
zinc

nabi0990

Jun 6th, 2011
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.60 KB | None | 0 0
  1. # Contributor: atie H. <atie.at.matrix_at_gmail_dot_com>
  2. # Editer: ujuc <ujuckr_at_gmail_dot_com>
  3.  
  4. pkgname=nabi
  5. pkgver=0.99.9
  6. pkgrel=1
  7. pkgdesc="Easy and Powerful GNU XIM for Korean in X Window System"
  8. arch=(i686 x86_64)
  9. url="http://nabi.kldp.net/"
  10. license=('GPL')
  11. depends=('gtk2' 'libhangul>=0.0.12')
  12. source=(http://nabi.kldp.net/frs/download.php/5926/nabi-0.99.9.tar.gz)
  13. md5sums=('ec1b0158085c3c6b51a2cb349b3a4971  ')
  14.  
  15. build() {
  16.   cd ${startdir}/src/${pkgname}-${pkgver}
  17.   ./configure -prefix=/usr
  18.   make || return 1
  19.   make DESTDIR=${startdir}/pkg install
  20. }
  21.  
  22. #0.99.9에 맞게 수정했습니다.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement