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