Upgraded base/libarchive to 3.7.6
Upgraded base/gptfdisk to 1.0.10 Added /usr to their build options
This commit is contained in:
parent
ae1454911c
commit
9f15e43e2a
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=gptfdisk
|
app=gptfdisk
|
||||||
version=1.0.5
|
version=1.0.10
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://sourceforge.net/projects/gptfdisk/"
|
homepage="http://sourceforge.net/projects/gptfdisk/"
|
||||||
download="https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$version/gptfdisk-$version.tar.gz"
|
download="https://sourceforge.net/projects/gptfdisk/files/gptfdisk/$version/gptfdisk-$version.tar.gz"
|
||||||
|
@ -22,7 +22,7 @@ build() {
|
||||||
|
|
||||||
for f in cgdisk gdisk sgdisk fixparts ; do
|
for f in cgdisk gdisk sgdisk fixparts ; do
|
||||||
install -Dm 755 $f $pkg/bin/$f
|
install -Dm 755 $f $pkg/bin/$f
|
||||||
install -Dm 644 $f.8 $pkg/share/man/man8/$f.8
|
install -Dm 644 $f.8 $pkg/usr/share/man/man8/$f.8
|
||||||
done
|
done
|
||||||
|
|
||||||
cp COPYING $pkgdocs/
|
cp COPYING $pkgdocs/
|
||||||
|
@ -31,5 +31,5 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
2e0ff7321c8083073b08abc49d8d22b14384c3bd80ed8c02f59a6a1ca77ac75623fed6b7c4c476fb6d54cb7f68af4e1c7b0bdd7592760d913c4d52580e394b05 gptfdisk-1.0.5.tar.lz
|
53b0de0b71809aeeb7418a19b08a7d07688b96f5ce4faa020ca564a29dd72e9d07c898076839dd0bf1dc8175a29f729009013683292d0dabb2bc510102ebbb81 gptfdisk-1.0.10.tar.lz
|
||||||
"
|
"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libarchive
|
app=libarchive
|
||||||
version=3.6.2
|
version=3.7.6
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://libarchive.org"
|
homepage="http://libarchive.org"
|
||||||
download="https://www.libarchive.org/downloads/libarchive-$version.tar.gz"
|
download="https://www.libarchive.org/downloads/libarchive-$version.tar.gz"
|
||||||
|
@ -18,7 +18,8 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
|
--bindir=/bin \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--without-openssl \
|
--without-openssl \
|
||||||
--without-xml2 \
|
--without-xml2 \
|
||||||
|
@ -35,5 +36,5 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
59071e5d6e9a2cf661899d0610c4359c91590a313b46e16e7885e8d888b6b6ee3a3f6dc8ef431c02d6cc2615705479ecd2ae394da934f376d034a6e2def83849 libarchive-3.6.2.tar.lz
|
71a69f6ef8049167e3901b0fea2dc872888d9a9373e77921a5b3831ea20a9a63506e8e28e75d617d0e91740d324ef13d6beedf0a92fca1d49a86cd9a833defe4 libarchive-3.7.6.tar.lz
|
||||||
"
|
"
|
Loading…
Reference in a new issue