diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-17 21:26:41 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-17 21:26:41 +0000 |
commit | 3127fe743d5be585a25fcae63404739135231271 (patch) | |
tree | 0247574a4484b7ea2bd0d5d92fb442f4082e184b /dev-libs/libmal/libmal-0.44.ebuild | |
parent | bump to 2.18.2 (diff) | |
download | gentoo-2-3127fe743d5be585a25fcae63404739135231271.tar.gz gentoo-2-3127fe743d5be585a25fcae63404739135231271.tar.bz2 gentoo-2-3127fe743d5be585a25fcae63404739135231271.zip |
Version bump to 0.44 and minor clean-up. Fixes bugs 138899 and 165465.
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/libmal/libmal-0.44.ebuild')
-rw-r--r-- | dev-libs/libmal/libmal-0.44.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-libs/libmal/libmal-0.44.ebuild b/dev-libs/libmal/libmal-0.44.ebuild new file mode 100644 index 000000000000..8387938d2b17 --- /dev/null +++ b/dev-libs/libmal/libmal-0.44.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmal/libmal-0.44.ebuild,v 1.1 2007/09/17 21:26:40 philantrop Exp $ + +DESCRIPTION="convenience library of the functions malsync distribution" +HOMEPAGE="http://jasonday.home.att.net/code/libmal/libmal.html" +SRC_URI="http://jasonday.home.att.net/code/libmal/${P}.tar.gz" + +LICENSE="MPL-1.0" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=app-pda/pilot-link-0.12.2" + +src_install () { + make DESTDIR="${D}" install || die "make failed" + dodoc AUTHORS ChangeLog INSTALL COPYING NEWS README TODO || die "installing docs failed" +} |