New package: xorriso-1.2.2.
This commit is contained in:
parent
45ea20093e
commit
b9d1d4c533
2 changed files with 25 additions and 0 deletions
18
srcpkgs/xorriso/template
Normal file
18
srcpkgs/xorriso/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'xorriso'
|
||||
pkgname=xorriso
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel acl-devel"
|
||||
short_desc="ISO 9660 Rock Ridge Filesystem Manipulator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://www.gnu.org/software/xorriso"
|
||||
distfiles="https://www.gnu.org/software/xorriso/xorriso-$version.tar.gz"
|
||||
checksum=fd7ac9f814bad0f3c5115a6a543bfd20fc95bf8dd57805ff507e13617174844f
|
||||
long_desc="
|
||||
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced
|
||||
ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can
|
||||
load the management information of existing ISO images and it writes the session
|
||||
results to optical media or to filesystem objects.
|
||||
Vice versa xorriso is able to copy file objects out of ISO 9660 filesystems."
|
7
srcpkgs/xorriso/xorriso.rshlibs
Normal file
7
srcpkgs/xorriso/xorriso.rshlibs
Normal file
|
@ -0,0 +1,7 @@
|
|||
libpthread.so.0
|
||||
libbz2.so.1
|
||||
libz.so.1
|
||||
libacl.so.1
|
||||
libattr.so.1
|
||||
libc.so.6
|
||||
libreadline.so.6
|
Loading…
Reference in a new issue