libapp: update to 20140527.

This commit is contained in:
Andrea Brancaleoni 2015-07-27 12:26:01 +02:00
parent fa60f16814
commit ab1074b6dc
1 changed files with 6 additions and 5 deletions

View File

@ -1,17 +1,18 @@
# Template file for 'libapp'
pkgname=libapp
version=20140608
reverts=20140608_1
version=20140527
revision=1
_commit=febebe2bc0fb88d57bdf4eb4a2a54c9eeda3f3d8
build_style=gnu-makefile
hostmakedepends="git"
short_desc="Utilities for repetitive tasks in app development"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-3"
homepage="https://github.com/drotiro/libapp"
distfiles="$homepage/archive/$_commit.tar.gz"
checksum=46151deb0c8b5696ccd09c5c1f7828ae6073ca88cd5b4062bd8bed13eb21a2f4
wrksrc="$pkgname-$_commit"
do_fetch() {
git clone git://github.com/drotiro/libapp.git ${pkgname}-${version}
}
do_install() {
make PREFIX=${DESTDIR}/usr install
}