Added eject-2.1.5 template.

--HG--
extra : convert_revision : bbde5aaaa1d065dddb7ed5b2879947e34cabec10
This commit is contained in:
Juan RP 2008-12-17 00:01:54 +01:00
parent dcd43cbe50
commit 0863aa593d

23
templates/eject.tmpl Normal file
View file

@ -0,0 +1,23 @@
# Template file for 'eject'
pkgname=eject
version=2.1.5
wrksrc=eject
distfiles="http://ca.geocities.com/jefftranter@rogers.com/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--mandir=/usr/share/man"
make_install_target="DESTDIR=$XBPS_DESTDIR/$pkgname-$version install"
short_desc="Ejects CDs and operates CD-Changers under Linux"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55
long_desc="
This little program will eject CD-ROMs (assuming your drive supports the
CDROMEJECT ioctl). It also allows setting the autoeject feature.
On supported ATAPI/IDE multi-disc CD-ROM changers, it allows changing the
active disc.
You can also use eject to properly disconnect external mass-storage devices
like digital cameras or portable music players."
build_depends="gettext-0.17"
run_depends="glibc-2.8"