Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 828 - Worker ebuild
Summary: Worker ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Tod M. Neidt (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-23 13:28 UTC by Per Wigren
Modified: 2002-02-23 20:51 UTC (History)
0 users

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


Attachments
worker-2.3.1.ebuild (worker-2.3.1.ebuild,390 bytes, text/plain)
2002-02-23 13:28 UTC, Per Wigren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Per Wigren 2002-02-23 13:28:00 UTC
Worker is a clone of the popular Amiga filemanager Directory Opus 4.
Comment 1 Per Wigren 2002-02-23 13:28:42 UTC
Created attachment 232 [details]
worker-2.3.1.ebuild
Comment 2 Tod M. Neidt (RETIRED) gentoo-dev 2002-02-23 20:51:40 UTC
Commited after some cleanup.

Constructive criticism:

1. If you are going to contribute ebuilds, please use the skel.ebuild as a template.

2. If at all possible, do not hard code version numbers in the ebuild.  This
makes maintenance more difficult.

3.  make sure man and info files go into /usr/share/{man,info}  This is for FHS
compliance. Note this package only has a man file, no info.

4. the 'emake' command will automagically do a parallel build, see
/etc/make.globals for default setting.

5.  dodoc the top-level src directory documents ( AUTHORS, README, INSTALL etc).
Give credit to the authors and make liscence available and such.

6. Oh yea, worker depends on X.  zlib is a dependency of X so I chose not to
include it. You can alsways double check depencies by ldd <executable>
 
Please review the commited ebuild to see the changes I made.  I will be glad to
answer any of your questions.

Thanks for your contribution!