1234567891011121314151617181920212223242526 |
- # Template file for 'gatotray'
- pkgname=gatotray
- version=4.0
- revision=1
- _beta=4
- hostmakedepends="pkgconf"
- makedepends="gtk+-devel"
- short_desc="Graphical CPU stats monitor in the system tray"
- maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
- license="CC-BY-3.0"
- homepage="https://github.com/gatopeich/gatotray"
- distfiles="https://github.com/gatopeich/gatotray/archive/v${version}-beta.${_beta}.tar.gz"
- checksum=85706fceda778edd659d23ce9782f9e5053d52f69b4d96fa0c72a0c0d80d031c
- do_build() {
- make
- }
- do_install() {
- vbin gatotray
- vmkdir usr/share/pixmaps
- cp gatotray3X.png ${DESTDIR}/usr/share/pixmaps/gatotray.png
- vinstall gatotray.xpm 0644 usr/share/pixmaps
- vinstall gatotray.desktop 0644 usr/share/applications
- }
|