import conky to opt
This commit is contained in:
parent
912d342b07
commit
d358c9b258
9
conky/.footprint
Normal file
9
conky/.footprint
Normal 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
1
conky/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8c200d13b31b0c441d0e8ad38161b35e conky-1.3.3.tar.bz2
|
23
conky/Pkgfile
Normal file
23
conky/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user