Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1848 - New ebuild for parchive
Summary: New ebuild for parchive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Spider (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 15:02 UTC by Craig Dooley
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Dooley 2002-04-16 15:02:16 UTC
# Author: Craig Dooley <cd5697@albany.edu>

S=${WORKDIR}/par-cmdline
DESCRIPTION="Parchive archive fixing tool"
SRC_URI="http://prdownloads.sourceforge.net/parchive/par-v1.1.tar.gz"
HOMEPAGE="http://parchive.sourceforge.net"

DEPEND="virtual/glibc"

src_unpack() {
        unpack par-v${PV}.tar.gz
        cd ${S}
        source /etc/make.conf
        mv Makefile Makefile.orig
        sed "s/CFLAGS.*/CFLAGS = -Wall $CFLAGS/" Makefile.orig > Makefile
}



src_compile() {
        emake || die
}

src_install() {
        exeinto /usr/bin
        doexe par

        dodoc COPYING AUTHORS NEWS README 
}
Comment 1 Spider (RETIRED) gentoo-dev 2002-04-24 14:30:39 UTC
Fixed this one up quite a lot and commited. thanks