txt2tags: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:42:58 +00:00
parent 37087d18c0
commit 8ac1c0e2d7
3 changed files with 0 additions and 19 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/txt2tags

View File

@ -1 +0,0 @@
0514bb01161183808dc8be105c032677 txt2tags-2.3.tgz

View File

@ -1,15 +0,0 @@
# Description: Simple text formatting tool
# URL: http://txt2tags.sourceforge.net/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: python
name=txt2tags
version=2.3
release=1
source=(http://$name.sourceforge.net/src/$name-$version.tgz)
build() {
cd $name-$version
install -D -m 0755 $name $PKG/usr/bin/$name
}