forked from ports/contrib
giftoxic: re-added from attic
This commit is contained in:
parent
2ebb960180
commit
9e6013b856
13
giftoxic/.footprint
Normal file
13
giftoxic/.footprint
Normal 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
1
giftoxic/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
3356ff83f896f6f6491d99065f7ab141 giFToxic-0.0.10.tar.gz
|
22
giftoxic/Pkgfile
Normal file
22
giftoxic/Pkgfile
Normal 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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user