diff options
Diffstat (limited to 'app-mobilephone/gsmlib/gsmlib-1.10.ebuild')
-rw-r--r-- | app-mobilephone/gsmlib/gsmlib-1.10.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app-mobilephone/gsmlib/gsmlib-1.10.ebuild b/app-mobilephone/gsmlib/gsmlib-1.10.ebuild new file mode 100644 index 000000000000..7a2ff585f7ac --- /dev/null +++ b/app-mobilephone/gsmlib/gsmlib-1.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gsmlib/gsmlib-1.10.ebuild,v 1.1 2005/05/15 20:19:12 mrness Exp $ + +IUSE="" +DESCRIPTION="Library and Applications to access GSM mobile phones" +SRC_URI="http://www.pxh.de/fs/gsmlib/download/${P}.tar.gz" +HOMEPAGE="http://www.pxh.de/fs/gsmlib/" + +DEPEND="virtual/libc" + +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="x86 ppc sparc" + +src_compile() { + econf || die + make || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS NEWS README +} |