tgif: dropped

This commit is contained in:
Juergen Daubert 2012-10-18 14:37:12 +02:00
parent 5166cff36f
commit 668486ae7d
3 changed files with 0 additions and 46 deletions

View File

@ -1,29 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tgif
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/tgif.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/tgif/
-rw-r--r-- root/root usr/share/tgif/Copyright
-rw-r--r-- root/root usr/share/tgif/License
-rw-r--r-- root/root usr/share/tgif/eq4-2x-jpg.sym
-rw-r--r-- root/root usr/share/tgif/eq4-2x-nowin-jpg.sym
-rw-r--r-- root/root usr/share/tgif/eq4-2x.sym
-rw-r--r-- root/root usr/share/tgif/eq4-epstool.sym
-rw-r--r-- root/root usr/share/tgif/eq4-lyx-ps2epsi.sym
-rw-r--r-- root/root usr/share/tgif/eq4-ps2epsi.sym
-rw-r--r-- root/root usr/share/tgif/eq4.sym
-rw-r--r-- root/root usr/share/tgif/eq4jpg.sym
-rw-r--r-- root/root usr/share/tgif/eq4png.sym
-rw-r--r-- root/root usr/share/tgif/eq4xpm-land.sym
-rw-r--r-- root/root usr/share/tgif/eq4xpm.sym
-rw-r--r-- root/root usr/share/tgif/keys.obj
-rw-r--r-- root/root usr/share/tgif/tangram.sym
-rw-r--r-- root/root usr/share/tgif/tgif.Xdefaults
-rw-r--r-- root/root usr/share/tgif/tgif.gif
-rw-r--r-- root/root usr/share/tgif/tgificon.eps
-rw-r--r-- root/root usr/share/tgif/tgificon.obj
-rw-r--r-- root/root usr/share/tgif/tgificon.xbm
-rw-r--r-- root/root usr/share/tgif/tgificon.xpm

View File

@ -1 +0,0 @@
a622240ce2377f15b6d8261e4c49b8f6 tgif-QPL-4.2.5.tar.gz

View File

@ -1,16 +0,0 @@
# Description: Xlib based interactive 2-D drawing tool
# URL: http://bourbon.usc.edu/tgif
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: xorg-libxmu xorg-font-adobe-75dpi xorg-font-adobe-100dpi
name=tgif
version=4.2.5
release=1
source=(ftp://bourbon.usc.edu/pub/tgif/tgif-QPL-$version.tar.gz)
build () {
cd $name-QPL-$version
./configure --prefix=/usr
make TGIFDIR=/usr/share/tgif DESTDIR=$PKG install
install -D -m 644 tgif.man $PKG/usr/man/man1/tgif.1
}