aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-03 13:08:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-03 13:08:00 +0000
commitfb822c4e034441a21a083102b59c9510ce8f5c0d (patch)
tree90d2c38f83e6033adc96ff29369e6188980722fd /testing
parent5f5e39ae8a8f7773ea231e2db4b8c0070874d8b0 (diff)
downloadaports-fb822c4e034441a21a083102b59c9510ce8f5c0d.tar.bz2
aports-fb822c4e034441a21a083102b59c9510ce8f5c0d.tar.xz
main/ltrace: moved from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/ltrace/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/ltrace/APKBUILD b/testing/ltrace/APKBUILD
deleted file mode 100644
index 145c2a5454..0000000000
--- a/testing/ltrace/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=ltrace
-pkgver=0.5.3
-pkgrel=0
-pkgdesc="Tracks runtime library calls in dynamically linked programs"
-url="http://ltrace.alioth.debian.org/"
-license="GPL"
-depends=
-makedepends="libelf-dev"
-subpackages="$pkgname-doc"
-source="http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.orig.tar.gz"
-
-build() {
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- || return 1
- make
-}
-
-package() {
- cd "$srcdir"/$pkgname-$pkgver
- make install DESTDIR="$pkgdir" || return 1
-}
-md5sums="3fa7fe715ab879db08bd06d1d59fd90f ltrace_0.5.3.orig.tar.gz"