diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-12-17 14:06:40 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-12-17 14:06:40 +0000 |
commit | 75d5b5446fe40ab7c23da260728dd63ae7ebb277 (patch) | |
tree | 5b69649e3650d09a695998ace89a61a0c25efb46 /x11-misc/pogo/files | |
parent | Initial import of pogo, launcher program for X (diff) | |
download | gentoo-2-75d5b5446fe40ab7c23da260728dd63ae7ebb277.tar.gz gentoo-2-75d5b5446fe40ab7c23da260728dd63ae7ebb277.tar.bz2 gentoo-2-75d5b5446fe40ab7c23da260728dd63ae7ebb277.zip |
Initial import of pogo, launcher program for X
Diffstat (limited to 'x11-misc/pogo/files')
-rw-r--r-- | x11-misc/pogo/files/Makefile | 26 | ||||
-rw-r--r-- | x11-misc/pogo/files/digest-pogo-2.2 | 1 |
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-misc/pogo/files/Makefile b/x11-misc/pogo/files/Makefile new file mode 100644 index 000000000000..55bfd3e5e0cb --- /dev/null +++ b/x11-misc/pogo/files/Makefile @@ -0,0 +1,26 @@ +all: pogo pogo-remote + +pogo: pogo.c + gcc ${CFLAGS} -o pogo pogo.c -Wall -I/usr/X11R6/include -I${DESTDIR}/usr/share/include -L/usr/X11R6/lib -L${DESTDIR}/usr/share/lib -lX11 -lXext -ljpeg -lz -lm -lImlib + +pogo-remote: pogo-remote.c + gcc ${CFLAGS} -o pogo-remote pogo-remote.c -Wall + +install: + mkdir -p ${DESTDIR}/usr/bin + mkdir -p ${DESTDIR}/usr/share/pogo-2.2 + mkdir -p ${DESTDIR}/usr/share/pogo-2.2/images + mkdir -p ${DESTDIR}/usr/share/pogo-2.2/scripts + mkdir -p ${DESTDIR}/usr/share/pogo-2.2/configs + + cp images/*.jpg ${DESTDIR}/usr/share/pogo-2.2/images/ + cp scripts/*.pogo ${DESTDIR}/usr/share/pogo-2.2/scripts/ + cp configs/*.config ${DESTDIR}/usr/share/pogo-2.2/configs/ + + cp pogo ${DESTDIR}/usr/bin/ + cp pogo-remote ${DESTDIR}/usr/bin + +clean: + rm -rf pogo + rm -rf pogo-remote + diff --git a/x11-misc/pogo/files/digest-pogo-2.2 b/x11-misc/pogo/files/digest-pogo-2.2 new file mode 100644 index 000000000000..e4340ea60e04 --- /dev/null +++ b/x11-misc/pogo/files/digest-pogo-2.2 @@ -0,0 +1 @@ +MD5 366d3122e768b17cd9bdc0e236df3c79 pogo-2.2.tar.gz 834903 |