diff options
author | root <root@rshg054.dnsready.net> | 2012-10-13 00:57:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-13 00:57:48 -0700 |
commit | 21c295a86a10a3cd59802b2cf3ab7c24ebf0c608 (patch) | |
tree | ef49797b1f76586e9f8281e301a4923d90f29aa7 /community-testing/tdfsb | |
parent | 3cfedd8a4ed1e5464ef328d91b1a224aedc07960 (diff) |
Sat Oct 13 00:57:48 PDT 2012
Diffstat (limited to 'community-testing/tdfsb')
-rw-r--r-- | community-testing/tdfsb/PKGBUILD | 35 | ||||
-rw-r--r-- | community-testing/tdfsb/tdfsb.desktop | 9 | ||||
-rw-r--r-- | community-testing/tdfsb/tdfsb.png | bin | 0 -> 3556 bytes |
3 files changed, 44 insertions, 0 deletions
diff --git a/community-testing/tdfsb/PKGBUILD b/community-testing/tdfsb/PKGBUILD new file mode 100644 index 000000000..a219a2d99 --- /dev/null +++ b/community-testing/tdfsb/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 77588 2012-10-13 02:40:19Z ebelanger $ +# Maintainer: Giovanni Scafora <giovanni@archlinux.org> + +pkgname=tdfsb +pkgver=0.0.10 +pkgrel=6 +pkgdesc="SDL based graphical file browser" +arch=('i686' 'x86_64') +url="http://www.determinate.net/webdata/seg/tdfsb.html" +license=('GPL') +depends=('smpeg' 'freeglut' 'sdl_image' 'libxmu' 'glu') +source=("http://www.determinate.net/webdata/data/${pkgname}-${pkgver}.tar.gz" + 'tdfsb.desktop' + 'tdfsb.png') +md5sums=('8162994a7e882dc7074a5f628d2ac076' + '4070a7de1153c00df875384a1817e43b' + 'ecabb39597a3c17f9541300869873e50') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + + sed -i -e "s:-O2:${CFLAGS} ${LDFLAGS}:g" compile.sh + ./compile.sh +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + install -D -m755 tdfsb "${pkgdir}/usr/bin/tdfsb" + + # Install desktop file + install -D -m755 "${srcdir}/tdfsb.desktop" "${pkgdir}/usr/share/applications/tdfsb.desktop" + # Install icon + install -D -m644 "${srcdir}/tdfsb.png" "${pkgdir}/usr/share/pixmaps/tdfsb.png" +} diff --git a/community-testing/tdfsb/tdfsb.desktop b/community-testing/tdfsb/tdfsb.desktop new file mode 100644 index 000000000..7167e022a --- /dev/null +++ b/community-testing/tdfsb/tdfsb.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Tdfsb +Comment=SDL based graphical file browser +Icon=/usr/share/pixmaps/tdfsb.png +Exec=tdfsb +Terminal=false +Type=Application +Categories=System;Application; +StartupNotify=true diff --git a/community-testing/tdfsb/tdfsb.png b/community-testing/tdfsb/tdfsb.png Binary files differnew file mode 100644 index 000000000..5ac3a5fe4 --- /dev/null +++ b/community-testing/tdfsb/tdfsb.png |