Accepting request 67666 from openSUSE:Factory:Contrib

please add nvdock to hardware

OBS-URL: https://build.opensuse.org/request/show/67666
OBS-URL: https://build.opensuse.org/package/show/hardware/nvdock?expand=0&rev=1
This commit is contained in:
Ismail Dönmez
2011-04-29 15:52:00 +00:00
committed by Git OBS Bridge
commit 77d8649d57
8 changed files with 188 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
CC = gcc
CFLAGS = $(shell pkg-config --cflags gtk+-2.0) ${RPM_OPT_FLAGS}
LDLIBS = $(shell pkg-config --libs gtk+-2.0)
all: nvdock
nvdock: nvdock.o icon.o util.o