diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-24 22:26:18 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-24 22:26:18 +0000 |
commit | 079aa71675599fec1b2ef923b43af22752ae9c19 (patch) | |
tree | 759a971887f218c0f6326e117ff7409302089b75 /net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-079aa71675599fec1b2ef923b43af22752ae9c19.tar.gz gentoo-2-079aa71675599fec1b2ef923b43af22752ae9c19.tar.bz2 gentoo-2-079aa71675599fec1b2ef923b43af22752ae9c19.zip |
version bump
Diffstat (limited to 'net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild')
-rw-r--r-- | net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild b/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild new file mode 100644 index 000000000000..29f47f40d0ee --- /dev/null +++ b/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/gsmlib/gsmlib-1.11_pre030826.ebuild,v 1.1 2003/09/24 22:26:13 liquidx Exp $ + +MY_A=${PN}-pre${PV%_pre*}-${PV#*_pre} + +DESCRIPTION="Library and Applications to access GSM mobile phones" +SRC_URI="http://www.pxh.de/fs/gsmlib/snapshots/${MY_A}.tar.gz" +HOMEPAGE="http://www.pxh.de/fs/gsmlib/" + +DEPEND="virtual/glibc" + +IUSE="" +SLOT="0" +LICENSE="LGPL-2" +KEYWORDS="~x86 ~ppc ~sparc" + +S=${WORKDIR}/${PN}-${PV%_pre*} + +src_compile() { + econf || die + make || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS NEWS README +} |