diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-05 00:12:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-04-05 00:12:15 +0000 |
commit | 5989b2326c931dce22e357ea6eda7140b7e9f198 (patch) | |
tree | 63368982f100955aab46e4e46e84b2b362dc382b /sys-fs/dosfstools/dosfstools-2.11-r1.ebuild | |
parent | fix a typo while generating the symlinks, bug #216161 (diff) | |
download | gentoo-2-5989b2326c931dce22e357ea6eda7140b7e9f198.tar.gz gentoo-2-5989b2326c931dce22e357ea6eda7140b7e9f198.tar.bz2 gentoo-2-5989b2326c931dce22e357ea6eda7140b7e9f198.zip |
old
(Portage version: 2.2_pre5)
Diffstat (limited to 'sys-fs/dosfstools/dosfstools-2.11-r1.ebuild')
-rw-r--r-- | sys-fs/dosfstools/dosfstools-2.11-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-fs/dosfstools/dosfstools-2.11-r1.ebuild b/sys-fs/dosfstools/dosfstools-2.11-r1.ebuild deleted file mode 100644 index 4e194f26595c..000000000000 --- a/sys-fs/dosfstools/dosfstools-2.11-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/dosfstools/dosfstools-2.11-r1.ebuild,v 1.12 2006/10/04 16:32:53 dang Exp $ - -inherit eutils - -DESCRIPTION="DOS filesystem tools - provides mkdosfs, mkfs.msdos, mkfs.vfat" -HOMEPAGE="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/" -SRC_URI="ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i \ - -e '/^PREFIX/s:=:=/usr:' \ - -e '/^MANDIR/s:/usr:/share:' \ - Makefile || die "sed Makefile" - epatch "${FILESDIR}"/dosfstools-2.11-fat32size.patch -} - -src_compile() { - # this package does *not* play well with optimisations - # please dont change to: make OPTFLAGS="${CFLAGS}" - emake -j1 || die -} - -src_install() { - make PREFIX="${D}"/usr install || die - dodoc CHANGES TODO - newdoc dosfsck/README README.dosfsck - newdoc dosfsck/CHANGES CHANGES.dosfsck - newdoc mkdosfs/README README.mkdosfs - newdoc mkdosfs/ChangeLog ChangeLog.mkdosfs -} |