potrace: moved into attic

This commit is contained in:
Simone Rota 2006-03-26 00:50:42 +00:00
parent 78182341b8
commit 24783eafc8
3 changed files with 0 additions and 25 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mkbitmap
-rwxr-xr-x root/root usr/bin/potrace
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/mkbitmap.1.gz
-rw-r--r-- root/root usr/man/man1/potrace.1.gz

View File

@ -1 +0,0 @@
8bfaabf935c03643a6875bde36fe6302 potrace-1.7.tar.gz

View File

@ -1,16 +0,0 @@
# Description: Convert bitmap images into vector
# URL: http://potrace.sourceforge.net
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Simone Rota, sip at varlock dot com
# Depends on:
name=potrace
version=1.7
release=1
source=(http://potrace.sourceforge.net/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}