summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-07-31 19:54:57 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-07-31 19:54:57 +0000
commit979c8ab3d46e8e4f8624ff4f8b772f9c7b8c5f51 (patch)
tree994a49f7b4f9de13ef99739970d871a018b7f3e1 /dev-libs/libax25/libax25-0.0.11-r1.ebuild
parentThis version is broken, the old version works well, so just marking it as broken (diff)
downloadhistorical-979c8ab3d46e8e4f8624ff4f8b772f9c7b8c5f51.tar.gz
historical-979c8ab3d46e8e4f8624ff4f8b772f9c7b8c5f51.tar.bz2
historical-979c8ab3d46e8e4f8624ff4f8b772f9c7b8c5f51.zip
Added Samuel Greenfeld's changes. #23931
Diffstat (limited to 'dev-libs/libax25/libax25-0.0.11-r1.ebuild')
-rw-r--r--dev-libs/libax25/libax25-0.0.11-r1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/libax25/libax25-0.0.11-r1.ebuild b/dev-libs/libax25/libax25-0.0.11-r1.ebuild
new file mode 100644
index 000000000000..416832f9e1dd
--- /dev/null
+++ b/dev-libs/libax25/libax25-0.0.11-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libax25/libax25-0.0.11-r1.ebuild,v 1.1 2003/07/31 19:54:57 rphillips Exp $
+
+DESCRIPTION="AX.25 protocol library for various Amateur Radio programs"
+HOMEPAGE="http://ax25.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_install() {
+ make DESTDIR=${D} install installconf || die
+ dodoc AUTHORS COPYING NEWS README
+}
+