diff --git a/srcpkgs/xorriso/template b/srcpkgs/xorriso/template new file mode 100644 index 0000000000..273d64e9c8 --- /dev/null +++ b/srcpkgs/xorriso/template @@ -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 " +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." diff --git a/srcpkgs/xorriso/xorriso.rshlibs b/srcpkgs/xorriso/xorriso.rshlibs new file mode 100644 index 0000000000..a18ce3313d --- /dev/null +++ b/srcpkgs/xorriso/xorriso.rshlibs @@ -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