2.3
2.3.x
2.4
ablfs
ablfs-more
legacy
new_features
trunk
Last change
on this file since 16938b0 was 781acdc, checked in by George Boudreau <georgeb@…>, 18 years ago |
Add a few more examples for custom builds
|
-
Property mode
set to
100644
|
File size:
544 bytes
|
Rev | Line | |
---|
[781acdc] | 1 | #
|
---|
| 2 | # $Id$
|
---|
| 3 | #
|
---|
| 4 | # Program for ejecting removable media under software control.
|
---|
| 5 | # Can also control the auto-eject feature of some drives and
|
---|
| 6 | # can be used to switch CDs on an IDE/ATAPI CD changer.
|
---|
| 7 | #
|
---|
| 8 |
|
---|
| 9 | PKG="eject"
|
---|
| 10 | PKG_VERSION="2.10"
|
---|
| 11 | PKG_FILE="eject-${PKG_VERSION}.tar.gz"
|
---|
| 12 | URL="ftp://sunsite.unc.edu/pub/Linux/utils/disk-management/${PKG_FILE}"
|
---|
| 13 | MD5="82e3a7a4d7e3323018c6938015ff25f7"
|
---|
| 14 | PATCH1=""
|
---|
| 15 |
|
---|
| 16 | ( cat << "xEOFx"
|
---|
| 17 |
|
---|
| 18 | ./configure --prefix=/usr \
|
---|
| 19 | --enable-default-device=/dev/cdrom \
|
---|
| 20 | --disable-nls
|
---|
| 21 | make
|
---|
| 22 | make install
|
---|
| 23 |
|
---|
| 24 | xEOFx
|
---|
| 25 | ) > tmp
|
---|
Note:
See
TracBrowser
for help on using the repository browser.