source: custom/examples/965-eject@ 15c9e72

2.3 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since 15c9e72 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
Line 
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
9PKG="eject"
10PKG_VERSION="2.10"
11PKG_FILE="eject-${PKG_VERSION}.tar.gz"
12URL="ftp://sunsite.unc.edu/pub/Linux/utils/disk-management/${PKG_FILE}"
13MD5="82e3a7a4d7e3323018c6938015ff25f7"
14PATCH1=""
15
16( cat << "xEOFx"
17
18./configure --prefix=/usr \
19 --enable-default-device=/dev/cdrom \
20 --disable-nls
21make
22make install
23
24xEOFx
25) > tmp
Note: See TracBrowser for help on using the repository browser.