diff options
Diffstat (limited to 'app-mobilephone/ksms/ksms-0.1.2.4.ebuild')
-rw-r--r-- | app-mobilephone/ksms/ksms-0.1.2.4.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/app-mobilephone/ksms/ksms-0.1.2.4.ebuild b/app-mobilephone/ksms/ksms-0.1.2.4.ebuild new file mode 100644 index 000000000000..a243c0af33ea --- /dev/null +++ b/app-mobilephone/ksms/ksms-0.1.2.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/ksms/ksms-0.1.2.4.ebuild,v 1.1 2005/05/15 20:20:52 mrness Exp $ + +inherit kde + +S=${WORKDIR}/${P:0:10} + +DESCRIPTION="an application for sending and archiving SMS messages using a GSM mobile phone" +HOMEPAGE="http://www.schuerig.de/michael/linux/ksms/index.html" +SRC_URI="http://www.schuerig.de/michael/debian/ksms_0.1.2-4.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc" +IUSE="" + +DEPEND="app-mobilephone/gsmlib" +need-kde 3 + +PATCHES="${FILESDIR}/${P}-empty-store.diff" |