tilda: New port.

This commit is contained in:
Jose V Beneyto 2008-09-05 17:21:41 +02:00
parent fb1fa75f89
commit ab416b8d30
4 changed files with 31 additions and 0 deletions

9
tilda/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/tilda
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/tilda.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/tilda.png
-rw-r--r-- root/root usr/share/tilda.glade

1
tilda/.md5sum Normal file
View File

@ -0,0 +1 @@
b44ebe04fdfd312e9ddc5e0ed77f4289 tilda-0.9.6.tar.gz

18
tilda/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: A quake-style popup terminal
# URL: http://tilda.sourceforge.net/wiki/index.php/Main_Page
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libconfuse vte
name=tilda
version=0.9.6
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}

3
tilda/post-install Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/usr/bin/update-desktop-database