jobcore/traceroute/PKGBUILD

43 lines
1.2 KiB
Bash

#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=traceroute
pkgver=2.1.0
pkgrel=06
pkgdesc="Tracks the route taken by packets over an IP network"
arch=('x86_64')
url="http://traceroute.sourceforge.net/"
depends=('glibc')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
reproducible-build.patch)
prepare() {
cd ${pkgname}-${pkgver}
patch -p1 < ../reproducible-build.patch
}
build() {
cd ${pkgname}-${pkgver}
make CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
}
package() {
cd ${pkgname}-${pkgver}
make prefix=/usr DESTDIR="${pkgdir}" install
}
#---- license gpg-key sha256sums ----
license=('GPL2')
sha256sums=(3669d22a34d3f38ed50caba18cd525ba55c5c00d5465f2d20d7472e5d81603b6 # traceroute-2.1.0.tar.gz
7da5bb24044f6f4b7289ba7cab6bebed01f1ddbf664101405761ca160b62c9db) # reproducible-build.patch
# 5286c62058ebef2ae7b3da176ced817698328e00707a24021a7a73c3de47b275 traceroute-2.1.0-06-x86_64.pkg.tar.xz