mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
strace update to version 4.7
This commit is contained in:
parent
400e6f0d0f
commit
729510586a
@ -1,22 +1,19 @@
|
|||||||
#
|
#
|
||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
# Apps Packages for Chakra, part of chakra-project.org
|
||||||
#
|
#
|
||||||
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
# maintainer (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||||
|
|
||||||
# include global config
|
|
||||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
|
||||||
|
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
pkgver=4.6
|
pkgver=4.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A useful diagnositic, instructional, and debugging tool"
|
pkgdesc="A useful diagnositic, instructional, and debugging tool"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://sourceforge.net/projects/strace/"
|
url="http://sourceforge.net/projects/strace/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('perl')
|
depends=('perl')
|
||||||
categories=('programming')
|
categories=('programming')
|
||||||
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz)
|
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.xz)
|
||||||
md5sums=('e537b2b1afeec70c0e6e27a0d0fd671e')
|
md5sums=('6054c3880a00c6703f83b57f15e04642')
|
||||||
#needs to be build on it's own arch, no crosscompiling
|
#needs to be build on it's own arch, no crosscompiling
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user