]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - eject/eject.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/ipfire-3.x.git] / eject / eject.nm
CommitLineData
38fa6f00 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
38fa6f00
MT
4###############################################################################
5
802ea3af
MT
6name = eject
7version = 2.1.5
8release = 1
38fa6f00 9
802ea3af
MT
10groups = System/Base
11url = http://www.pobox.com/~tranter
12license = GPLv2+
13summary = A program that ejects removable media using software control.
38fa6f00 14
802ea3af 15description
38fa6f00
MT
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.
802ea3af
MT
20end
21
22source_dl =
23
24build
25 requires
26 gettext
27 libtool
28 end
38fa6f00 29
802ea3af 30 DIR_APP = %{DIR_SRC}/%{name}
38fa6f00 31
802ea3af
MT
32 configure_options += \
33 --mandir=/usr/share/man
34end
38fa6f00 35
802ea3af
MT
36packages
37 package %{name}
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end