diff options
author | Juergen Daubert <jue@jue.li> | 2011-06-23 10:39:35 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2011-06-23 10:39:35 +0200 |
commit | 09e38266f834e4f181846a669253f3e2013f73f8 (patch) | |
tree | 5ace52a7722c33ce1a44d8cdde76be2d56599e1f /tgif/Pkgfile | |
parent | 7499f1629e137abb85a938222b9ce2e1fa5292c9 (diff) | |
download | opt-09e38266f834e4f181846a669253f3e2013f73f8.tar.gz opt-09e38266f834e4f181846a669253f3e2013f73f8.tar.xz |
tgif: update to 4.2.4
Diffstat (limited to 'tgif/Pkgfile')
-rw-r--r-- | tgif/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tgif/Pkgfile b/tgif/Pkgfile index 2c6ac7ed4..d0fa254d5 100644 --- a/tgif/Pkgfile +++ b/tgif/Pkgfile @@ -1,17 +1,16 @@ # 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-imake xorg-libxmu xorg-font-adobe-75dpi xorg-font-adobe-100dp +# Depends on: xorg-libxmu xorg-font-adobe-75dpi xorg-font-adobe-100dp name=tgif -version=4.2.3 +version=4.2.4 release=1 source=(ftp://bourbon.usc.edu/pub/tgif/tgif-QPL-$version.tar.gz) build () { cd $name-QPL-$version - sed -i '/SYS_LIBRARIES/s/-lidn//' Tgif.tmpl - xmkmf + ./configure --prefix=/usr make TGIFDIR=/usr/share/tgif DESTDIR=$PKG install install -D -m 644 tgif.man $PKG/usr/man/man1/tgif.1 } |