mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
libapp: update to 20140527.
This commit is contained in:
parent
fa60f16814
commit
ab1074b6dc
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'libapp'
|
# Template file for 'libapp'
|
||||||
pkgname=libapp
|
pkgname=libapp
|
||||||
version=20140608
|
reverts=20140608_1
|
||||||
|
version=20140527
|
||||||
revision=1
|
revision=1
|
||||||
|
_commit=febebe2bc0fb88d57bdf4eb4a2a54c9eeda3f3d8
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Utilities for repetitive tasks in app development"
|
short_desc="Utilities for repetitive tasks in app development"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-3"
|
license="LGPL-3"
|
||||||
homepage="https://github.com/drotiro/libapp"
|
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() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue