1
0
forked from ports/contrib

giftoxic: re-added from attic

This commit is contained in:
Danny Rawlins 2008-08-25 06:22:44 +10:00
parent 2ebb960180
commit 9e6013b856
3 changed files with 36 additions and 0 deletions

13
giftoxic/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/giFToxic
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/giFToxic.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/giFToxic.desktop
drwxr-xr-x root/root usr/share/giFToxic/
-rw-r--r-- root/root usr/share/giFToxic/logo.png
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/giFToxic-48.png

1
giftoxic/.md5sum Normal file
View File

@ -0,0 +1 @@
3356ff83f896f6f6491d99065f7ab141 giFToxic-0.0.10.tar.gz

22
giftoxic/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: A GTK2-based client for giFT.
# URL: http://giftoxic.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Walpole, danielw at netspace dot net dot au
# Depends on: gtk gift
name=giftoxic
version=0.0.10
release=1
source=(http://dl.sourceforge.net/sourceforge/giftoxic/giFToxic-$version.tar.gz)
build() {
cd giFToxic-$version
./configure \
--prefix=/usr \
--disable-nls
make
make DESTDIR=$PKG install
}