libapp: remove

This commit is contained in:
maxice8 2018-11-19 10:25:34 -02:00 committed by maxice8
parent 293203514d
commit b527e33675
4 changed files with 6 additions and 27 deletions

View File

@ -1229,7 +1229,6 @@ libtinyxml2.so.7 tinyxml2-7.0.0_1
libbluray.so.2 libbluray-1.0.0_1
libnfs.so.12 libnfs-3.0.0_1
libzip.so.5 libzip-1.2_1
libapp.so.0 libapp-20110513_1
libluajit-5.1.so.2 LuaJIT-2.0.0_1
libOSMesa.so.8 libOSMesa-9.1_1
libtaginfo.so.1 libtaginfo-0.1.3_1

View File

@ -1 +0,0 @@
libapp

View File

@ -0,0 +1 @@
libapp is no longer provided by Void Linux, and will be fully removed from the repos on 2019/02/19

View File

@ -1,29 +1,9 @@
# Template file for 'libapp'
pkgname=libapp
reverts=20140608_1
version=20140527
revision=1
_commit=febebe2bc0fb88d57bdf4eb4a2a54c9eeda3f3d8
build_style=gnu-makefile
short_desc="Utilities for repetitive tasks in app development"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
revision=2
noarch=yes
build_style=meta
short_desc="Utilities for repetitive tasks in app development (removed package)"
license="metapackage"
homepage="https://github.com/drotiro/libapp"
distfiles="$homepage/archive/$_commit.tar.gz"
checksum=46151deb0c8b5696ccd09c5c1f7828ae6073ca88cd5b4062bd8bed13eb21a2f4
wrksrc="$pkgname-$_commit"
do_install() {
make PREFIX=${DESTDIR}/usr install
}
libapp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}