Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 150112 - qebuild improvements
Summary: qebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Black (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 14:36 UTC by Patrick Lauer
Modified: 2006-10-29 01:23 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 Patrick Lauer gentoo-dev 2006-10-04 14:36:25 UTC
src_unpack() {
        unpack ${A} && cd ${S} || die
        patch -p1 < ${FILESDIR}/${PN}-${PV}-expect.patch || die
        patch -p1 < ${FILESDIR}/${PN}-${PV}-makefile.patch || die
}
should use epatch

pkg_postinst () {
        echo ">>> You will need the Universal TUN/TAP driver compiled into"
        echo ">>> your kernel or as a module to use the associated tunnel"
        echo ">>> modes in vtun. 2.2 users will need to download and install"
        echo ">>> the driver from http://vtun.sourceforge.net/tun"
}

using einfo instead of echo is recommended :-)
Comment 1 Daniel Black (RETIRED) gentoo-dev 2006-10-29 01:23:48 UTC
how embarrasing. Thanks patrick.