tty-clock-git: install to correct path; revbump++
This commit is contained in:
parent
cd07e24999
commit
1767ac548e
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'tty-clock-git'
|
||||
pkgname=tty-clock-git
|
||||
version=20130821
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
revision=2
|
||||
makedepends="ncurses-devel"
|
||||
hostmakedepends="pkg-config"
|
||||
short_desc="Analog clock in ncurses"
|
||||
|
@ -19,6 +18,14 @@ do_fetch() {
|
|||
git clone ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALLPATH=/usr/bin/ DESTDIR=${DESTDIR} install
|
||||
}
|
||||
|
||||
tty-clock-git_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
|
|
Loading…
Reference in New Issue