HI!

> I'm working on adding suspend to Gentoo Linux. Here is a patch which
> allows more of the build to be customised by the build system, without
> modifying any of the defaults.
> 
> I also enabled CONFIG_UDEV by default as this seems sensible.
> 
> Compile and install will be done by the ebuild with:
> 
> src_compile() {
>   emake CC=$(tc-getCC) CC_FLAGS= LD_FLAGS=
> }
> 
> src_install() {
>   emake install SUSPEND_DIR=/usr/sbin DESTDIR=${D} || die
>   dodoc ChangeLog HOWTO README README.s2ram-whitelist ReleaseNotes TODO
> }
> 
> Any packaging style comments welcome.

Patch looks ok to me.
                                                                        Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to