wok-next view tty-clock/receipt @ rev 16882
Add at-spi2-atk
| author | Yuri Pourre <yuripourre@gmail.com> | 
|---|---|
| date | Sun Jul 13 15:22:00 2014 -0300 (2014-07-13) | 
| parents | 23c3aed67cd9 | 
| children | 8cf349cc0a47 | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="tty-clock"
     4 VERSION="0.1"
     5 CATEGORY="utilities"
     6 SHORT_DESC="Analog ncurses clock."
     7 MAINTAINER="paul@slitaz.org"
     8 LICENSE="BSD"
     9 WEB_SITE="https://github.com/xorg62/tty-clock"
    10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
    11 WGET_URL="git|git://github.com/xorg62/tty-clock"
    12 TAGS="clock"
    14 DEPENDS="ncurses"
    15 BUILD_DEPENDS="ncurses-dev git bzip2"
    17 # Rules to configure and make the package.
    18 compile_rules()
    19 {
    20 	cd $src
    21 	make
    22 }
    24 # Rules to gen a SliTaz package suitable for Tazpkg.
    25 genpkg_rules()
    26 {
    27 	mkdir -p $fs/usr/bin
    28 	cp -a $src/$PACKAGE $fs/usr/bin
    29 }