libisofs: new port

This commit is contained in:
John Vogel 2018-03-01 23:17:42 -05:00
parent 177bcf2be6
commit feb854748b
4 changed files with 35 additions and 0 deletions

12
libisofs/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libisofs/
-rw-r--r-- root/root usr/include/libisofs/libisofs.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libisofs.a
-rwxr-xr-x root/root usr/lib/libisofs.la
lrwxrwxrwx root/root usr/lib/libisofs.so -> libisofs.so.6.84.0
lrwxrwxrwx root/root usr/lib/libisofs.so.6 -> libisofs.so.6.84.0
-rwxr-xr-x root/root usr/lib/libisofs.so.6.84.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libisofs-1.pc

1
libisofs/.md5sum Normal file
View File

@ -0,0 +1 @@
8be74087dd1ef325ea8e1e9b80b613a5 libisofs-1.4.8.tar.gz

5
libisofs/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30u0ElCiMMabnbo1MNh/1yP859eY9c+sn+mc4ws1hDUuknM4FpM+sxyIWH58I6rUDPEbA5xqzxE3/bnmDKhXCAU=
SHA256 (Pkgfile) = 3254a79a2a429aa10b2b430e81475d5f150da5ec845324876e53df5b1fefa70d
SHA256 (.footprint) = de243fae403d1a59343dd101df7b7b72b195954de84d488088ab3a1631a37e5b
SHA256 (libisofs-1.4.8.tar.gz) = dc9de9df366c27cf03d31d860c83a08ddad9028fe192801ee344602ccec29b69

17
libisofs/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Library to create ISO-9660 filesystem with extensions like Rock Ridge or Joliet
# URL: https://dev.lovelyhq.com/libburnia/web/wikis/Libisofs
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=libisofs
version=1.4.8
release=1
source=(http://files.libburnia-project.org/releases/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}