diff options
author | Jae Yang Kwak <jayskwak@gentoo.org> | 2003-03-22 17:29:12 +0000 |
---|---|---|
committer | Jae Yang Kwak <jayskwak@gentoo.org> | 2003-03-22 17:29:12 +0000 |
commit | efbaaece7877aba17001bd4d160b28762d6f5eb7 (patch) | |
tree | 49d96ce07214da54fb4260b867b119708e69a673 /x11-misc/ami | |
parent | few livecd fixes (diff) | |
download | gentoo-2-efbaaece7877aba17001bd4d160b28762d6f5eb7.tar.gz gentoo-2-efbaaece7877aba17001bd4d160b28762d6f5eb7.tar.bz2 gentoo-2-efbaaece7877aba17001bd4d160b28762d6f5eb7.zip |
Version update. ebuild and digest file for ami-1.2.2
Diffstat (limited to 'x11-misc/ami')
-rw-r--r-- | x11-misc/ami/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/ami/ami-1.2.2.ebuild | 42 | ||||
-rw-r--r-- | x11-misc/ami/files/digest-ami-1.2.2 | 3 |
3 files changed, 51 insertions, 1 deletions
diff --git a/x11-misc/ami/ChangeLog b/x11-misc/ami/ChangeLog index 03428616eb6c..1c7ef7f04917 100644 --- a/x11-misc/ami/ChangeLog +++ b/x11-misc/ami/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/ami # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.7 2003/02/12 09:25:36 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ChangeLog,v 1.8 2003/03/22 17:29:12 jayskwak Exp $ + +*ami-1.2.2 (22 Mar 2003) + + 22 Mar 2003: Jay kwak <jayskwak@gentoo.org> ami-1.2.2.ebuild: + Version update *ami-1.1.0 (27 Jan 2003) diff --git a/x11-misc/ami/ami-1.2.2.ebuild b/x11-misc/ami/ami-1.2.2.ebuild new file mode 100644 index 000000000000..2617a492da47 --- /dev/null +++ b/x11-misc/ami/ami-1.2.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/ami/ami-1.2.2.ebuild,v 1.1 2003/03/22 17:29:12 jayskwak Exp $ + +IUSE="gtk2" +S=${WORKDIR}/${P} +DESCRIPTION="Korean IMS Ami" +SRC_URI="http://download.kldp.net/ami/${P}.tar.gz + http://ami.kldp.net/hanja.dic.gz + gtk2? (http://www.gentoo.or.kr/~jayskwak/patch/${P}-imhangul_status.patch)" +HOMEPAGE="http://ami.kldp.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +DEPEND=">=media-libs/gdk-pixbuf-0.7.0" + +src_unpack() { + unpack ${P}.tar.gz + if [ -n "`use gtk2`" ] + then patch -p0 < ${DISTDIR}/${P}-imhangul_status.patch + fi +} + +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man || die "./configure failed" + + emake || die + +} + +src_install() { + einstall || die + + gzip -d -c ${DISTDIR}/hanja.dic.gz > ${D}/usr/share/ami/hanja.dic + dodoc AUTHORS COPYING* ChangeLog INSTALL README README.en NEWS THANKS +} diff --git a/x11-misc/ami/files/digest-ami-1.2.2 b/x11-misc/ami/files/digest-ami-1.2.2 new file mode 100644 index 000000000000..611876a14f12 --- /dev/null +++ b/x11-misc/ami/files/digest-ami-1.2.2 @@ -0,0 +1,3 @@ +MD5 5a7ebbc0e415dcf228c0223db3930a4f ami-1.2.2.tar.gz 553529 +MD5 3f114405753ad0596c4127df36e35710 hanja.dic.gz 10809 +MD5 f82925c66d425e671f5474912940981e ami-1.2.2-imhangul_status.patch 1505 |