forked from ports/contrib
nvdock: new port
This commit is contained in:
parent
cae1187e01
commit
08c4647c53
8
nvdock/.footprint
Normal file
8
nvdock/.footprint
Normal file
@ -0,0 +1,8 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/nvdock
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/nvdock.desktop
|
||||
drwxr-xr-x root/root usr/share/pixmaps/
|
||||
-rw-r--r-- root/root usr/share/pixmaps/nvdock.png
|
1
nvdock/.md5sum
Normal file
1
nvdock/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
e18c4eeff936dc3b671fd8b5a9bb5145 nvdock-1.02.tar.bz2
|
20
nvdock/Pkgfile
Normal file
20
nvdock/Pkgfile
Normal file
@ -0,0 +1,20 @@
|
||||
# Description: NVIDIA Dock is a tray icon for easy management of the settings for NVIDIA video cards.
|
||||
# URL: http://www.opsat.net/user/bob/projects/nvdock
|
||||
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
|
||||
# Depends on: nvclock
|
||||
|
||||
name=nvdock
|
||||
version=1.02
|
||||
release=1
|
||||
source=(http://bobmajdakjr.googlecode.com/files/nvdock-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd nvdock-$version
|
||||
make
|
||||
|
||||
install -D -m 0755 build/nvdock $PKG/usr/bin/nvdock
|
||||
install -D -m 0644 data/nvdock.png $PKG/usr/share/pixmaps/nvdock.png
|
||||
install -D -m 0644 data/nvdock.desktop $PKG/usr/share/applications/nvdock.desktop
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user