This commit is contained in:
joborun linux 2023-10-01 02:02:18 +03:00
parent 9a886dc07b
commit dc1b87a8e9
2 changed files with 13 additions and 6 deletions

View file

@ -7,7 +7,7 @@
pkgname=tar
pkgver=1.35
pkgrel=01
pkgrel=02
pkgdesc='Utility used to store, backup, and transport files'
url='https://www.gnu.org/software/tar/'
depends=('glibc' 'acl' 'attr')
@ -31,7 +31,11 @@ prepare() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib/tar
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/tar \
--enable-backup-scripts
make
}
@ -56,5 +60,4 @@ validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732') # Sergey Poznyakoff
sha256sums=(4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16 # tar-1.35.tar.xz
c4932271b3c79e303cc0fa92b8345c04e236f35499a45b1c4e6793713c497298) # tar-1.35.tar.xz.sig
## d7a5848edd8e32589a49d7e7b99560d7edcff33b16c497342457bdcc220a5f58 tar-1.35-01-x86_64.pkg.tar.lz
## f3372ff4bed0ef95d94275bdc9c33fdb718a58a3b81bcd6f4986d2cc8378c227 tar-1.35-02-x86_64.pkg.tar.lz

View file

@ -4,7 +4,7 @@
pkgname=tar
pkgver=1.35
pkgrel=1
pkgrel=2
pkgdesc='Utility used to store, backup, and transport files'
arch=('x86_64')
url='https://www.gnu.org/software/tar/'
@ -33,7 +33,11 @@ prepare() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --libexecdir=/usr/lib/tar
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
--libexecdir=/usr/lib/tar \
--enable-backup-scripts
make
}