aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libutempter/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-13 23:25:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-13 23:25:59 -0300
commit9cc54a7d1cd69b6c19d0d5f3e86099d58bb614fd (patch)
treeb069764c57d1d1c0f347537095ea96e211c9b09b /testing/libutempter/APKBUILD
parent131678683af6690f61abedc31fc6decb9189e52b (diff)
downloadaports-9cc54a7d1cd69b6c19d0d5f3e86099d58bb614fd.tar.bz2
aports-9cc54a7d1cd69b6c19d0d5f3e86099d58bb614fd.tar.xz
community/libutempter: move from testing
Diffstat (limited to 'testing/libutempter/APKBUILD')
-rw-r--r--testing/libutempter/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/libutempter/APKBUILD b/testing/libutempter/APKBUILD
deleted file mode 100644
index ee5f8d88c1..0000000000
--- a/testing/libutempter/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Francesco Colista <fcolista@alpinelinux.org>
-# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
-pkgname=libutempter
-pkgver=1.1.6
-pkgrel=0
-pkgdesc="Library interface to record user sessions in utmp/wtmp files"
-url="http://freecode.com/projects/libutempter"
-arch="all"
-license="LGPL-2.1"
-subpackages="$pkgname-dev $pkgname-doc"
-options="suid !check"
-pkggroups="utmp"
-source="ftp://ftp.altlinux.org/pub/people/ldv/utempter/$pkgname-$pkgver.tar.bz2
- libutempter-remove-glibc-assumption.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build() {
- cd "$builddir"
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
- chown root:$pkggroups "$pkgdir/usr/lib/utempter/utempter"
- chmod 2755 "$pkgdir/usr/lib/utempter/utempter"
-}
-
-sha512sums="6ada410b981d157ae20b578de8ce20997ec0446ec6de6859549b080aa65976fc9900d211600dab09dc3d0d109daabad0994a648b093b8781b442ff26ca17fede libutempter-1.1.6.tar.bz2
-2d487a44ae3c84417f3dd55917ae707bee682b811ebe7aefe8b50aa9f309f879a7f9ed5cbce08119b6fea7dfddb97702348cfbb05ed45e79f95952d15f0366ff libutempter-remove-glibc-assumption.patch"