mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/chrpath: upgrade to 0.18
- update url, source - fix makedepends
This commit is contained in:
parent
45219a2fbc
commit
8dff0198db
1 changed files with 11 additions and 8 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=chrpath
|
pkgname=chrpath
|
||||||
pkgver=0.16
|
pkgver=0.18
|
||||||
pkgrel=4
|
pkgrel=0
|
||||||
pkgdesc="Modify rpath of compiled programs"
|
pkgdesc="Modify rpath of compiled programs"
|
||||||
url="https://tracker.debian.org/pkg/chrpath"
|
url="https://codeberg.org/pere/chrpath"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
makedepends="autoconf automake"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://alioth-archive.debian.org/releases/chrpath/chrpath/$pkgver/chrpath-$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://codeberg.org/pere/chrpath/archive/release-$pkgver.tar.gz"
|
||||||
|
builddir="$srcdir/$pkgname"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
default_prepare
|
default_prepare
|
||||||
update_config_sub
|
sh bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -31,8 +33,9 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$pkgdir" docdir=/usr/share/doc/$pkgname-$pkgver \
|
make DESTDIR="$pkgdir" docdir=/usr/share/doc/chrpath install
|
||||||
install
|
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="aa04d490f78bff20a56fe20539cec10218c0772a668909eda8324ca825f51e8ef92001e95d9c316e79a145a043c9c327ec94d1a82e104ab408ca1021832745aa chrpath-0.16.tar.gz"
|
sha512sums="
|
||||||
|
7b9d7005defc15ccec9631dcb79df1c79d701353e67fe6f733b1d80c95103d2a5852f7cd13ead6b43977682337a74db13af8f17667dd9394f3ad06eaca8bea3f chrpath-0.18.tar.gz
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue