1
0
forked from ports/opt

exfatprogs: update to 1.0.3

This commit is contained in:
Juergen Daubert 2020-05-13 11:50:26 +02:00
parent d8cccad355
commit 3a208cd5f2
3 changed files with 14 additions and 11 deletions

View File

@ -1,4 +1,11 @@
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/fsck.exfat
-rwxr-xr-x root/root sbin/label.exfat
-rwxr-xr-x root/root sbin/mkfs.exfat
-rwxr-xr-x root/root sbin/tune.exfat
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/fsck.exfat.8.gz
-rw-r--r-- root/root usr/share/man/man8/mkfs.exfat.8.gz
-rw-r--r-- root/root usr/share/man/man8/tune.exfat.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TjgfqxyGwy/ttdJECgkbBgNoxc7qQ7tNFO1saD/zG0esAqzEHg5qsXcXq4T6x7PXAvExGUgHH43K0ZvEIwvwwA=
SHA256 (Pkgfile) = 5eb6ffb2d4ccb2790ea817dfad5bfb3ac7c5b7c6f8c6f8a6fb62e2709f907cc6
SHA256 (.footprint) = d24e9f493970bc3ca5833b75df23ec51327241ddb405e04609c0b4a4e3768f5a
SHA256 (exfatprogs-1.0.2.tar.gz) = e7f14f32dd67601ff42717f432093a400de878774796f6f1684fb9dbf0d499e1
RWSE3ohX2g5d/RIzjzE2/HX+7roqOIZtdE6Ifn0Ihvjh247gQPREBAim7wnCnWVl6Kq2+yhCgRr3lkJ80G3+Ji8kHtpj2A19jww=
SHA256 (Pkgfile) = bf6ae38d7072b746b8bdb8b249c9edf264b01af03bdbf910776db1e16b832ba6
SHA256 (.footprint) = cc6eebb5fcd06a6f411aa2c2237cb02b1d77ca6cca8102a66847498ed90a2c17
SHA256 (exfatprogs-1.0.3.tar.gz) = 5cb2c9e65a1633148d498913508977e6073d6f454a7addfa98623f6d065d5589

View File

@ -3,19 +3,15 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=exfatprogs
version=1.0.2
version=1.0.3
release=1
source=(https://github.com/exfatprogs/exfatprogs/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
# don't install the library
sed -r 's/^lib_(LTLIBRARIES)/noinst_\1/' -i lib/Makefile.am
./autogen.sh
./configure --sbindir=/sbin
./configure --sbindir=/sbin --mandir=/usr/share/man
make
make DESTDIR=$PKG install