1
0
forked from ports/contrib

nvclock: 20071205 -> 0.8b4

This commit is contained in:
Danny Rawlins 2009-02-15 15:25:00 +11:00
parent 03e8d3b482
commit b5336fad68
3 changed files with 18 additions and 15 deletions

View File

@ -2,6 +2,15 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nvclock
-rwxr-xr-x root/root usr/bin/nvclock_gtk
-rwxr-xr-x root/root usr/bin/smartdimmer
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nvclock.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/nvclock.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/nvclock.png

View File

@ -1 +1 @@
b7b932c196c8de3a5cab1a7db9bdddff nvclock-snapshot-20071205.tar.lzma
23f1b3ebf40f35d76d5fdac50f66ab11 nvclock0.8b4.tar.gz

View File

@ -2,22 +2,15 @@
# URL: http://www.linuxhardware.org/nvclock/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Nathan Pardoe, lithium at poolofrandomness dot com
# Depends on: gtk lzma
# Depends on: gtk
name=nvclock
version=20071205
version=0.8b4
release=1
source=(ftp://romster.dyndns.org/linux/source/nvclock/nvclock-snapshot-$version.tar.lzma)
#source=(http://www.linuxhardware.org/nvclock/nvclock$version.tar.gz)
source=(http://www.linuxhardware.org/nvclock/nvclock$version.tar.gz)
build() {
# temp fix untill/if pkgutils supports lzma
if [ -e $SRC/$name-snapshot-$version.tar.lzma ]; then
tar --use-compress-program=lzma -xf $name-snapshot-$version.tar.lzma
rm $name-snapshot-$version.tar.lzma
fi
cd nvclock
cd $name$version
./configure \
--prefix=/usr \
@ -25,7 +18,8 @@ build() {
--with-x
make -j 1
make prefix=$PKG/usr install
rm -r $PKG/usr/share
}
# DESTDIR is currently broken
make prefix=$PKG/usr install
rm -r $PKG/usr/share/doc
}