]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - eject/eject.nm
grep: Update to version 2.18.
[people/ms/ipfire-3.x.git] / eject / eject.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = eject
7 version = 2.1.5
8 release = 1
9
10 groups = System/Base
11 url = http://www.pobox.com/~tranter
12 license = GPLv2+
13 summary = A program that ejects removable media using software control.
14
15 description
16 The eject program allows the user to eject removable media (typically \
17 CD-ROMs, floppy disks or Iomega Jaz or Zip disks) using software \
18 control. Eject can also control some multi-disk CD changers and even \
19 some devices' auto-eject features.
20 end
21
22 source_dl =
23
24 build
25 requires
26 gettext
27 libtool
28 end
29
30 DIR_APP = %{DIR_SRC}/%{name}
31
32 configure_options += \
33 --mandir=/usr/share/man
34 end
35
36 packages
37 package %{name}
38 end
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
43 end