mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
Added eject-2.1.5 template.
--HG-- extra : convert_revision : bbde5aaaa1d065dddb7ed5b2879947e34cabec10
This commit is contained in:
parent
dcd43cbe50
commit
0863aa593d
1 changed files with 23 additions and 0 deletions
23
templates/eject.tmpl
Normal file
23
templates/eject.tmpl
Normal 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"
|
Loading…
Add table
Reference in a new issue