1
0
forked from ports/opt

import conky to opt

This commit is contained in:
Johannes Winkelmann 2005-11-09 22:18:55 +00:00
parent 912d342b07
commit d358c9b258
3 changed files with 33 additions and 0 deletions

9
conky/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/conky
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/conky.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/conky/
-rwxr-xr-x root/root usr/share/conky/conkyrc.sample

1
conky/.md5sum Normal file
View File

@ -0,0 +1 @@
8c200d13b31b0c441d0e8ad38161b35e conky-1.3.3.tar.bz2

23
conky/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: a light-weight system monitor
# URL: http://conky.sourceforge.net/
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# Packager: Johannes Winkelmann, jw at tks6 dot net
# Depends on: x11
name=conky
version=1.3.3
release=1
source=(http://dl.sourceforge.net/sourceforge/conky/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--enable-xft \
--enable-seti \
--enable-mpd
make
make install DESTDIR=$PKG
install -D doc/conkyrc.sample $PKG/usr/share/$name/conkyrc.sample
}