forked from ports/contrib
libcaca: initial commit
This commit is contained in:
parent
ece0cc5f26
commit
b3fd9c45e0
35
libcaca/.footprint
Normal file
35
libcaca/.footprint
Normal file
@ -0,0 +1,35 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/caca-config
|
||||
-rwxr-xr-x root/root usr/bin/cacaclock
|
||||
-rwxr-xr-x root/root usr/bin/cacademo
|
||||
-rwxr-xr-x root/root usr/bin/cacafire
|
||||
-rwxr-xr-x root/root usr/bin/cacaplay
|
||||
-rwxr-xr-x root/root usr/bin/cacaserver
|
||||
-rwxr-xr-x root/root usr/bin/cacaview
|
||||
-rwxr-xr-x root/root usr/bin/img2txt
|
||||
drwxr-xr-x root/root usr/include/
|
||||
-rw-r--r-- root/root usr/include/caca.h
|
||||
-rw-r--r-- root/root usr/include/caca0.h
|
||||
-rw-r--r-- root/root usr/include/caca_conio.h
|
||||
-rw-r--r-- root/root usr/include/caca_types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libcaca.a
|
||||
-rwxr-xr-x root/root usr/lib/libcaca.la
|
||||
lrwxrwxrwx root/root usr/lib/libcaca.so -> libcaca.so.0.99.19
|
||||
lrwxrwxrwx root/root usr/lib/libcaca.so.0 -> libcaca.so.0.99.19
|
||||
-rwxr-xr-x root/root usr/lib/libcaca.so.0.99.19
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/caca.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/libcaca/
|
||||
-rw-r--r-- root/root usr/share/libcaca/caca.txt
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/caca-config.1.gz
|
||||
lrwxrwxrwx root/root usr/share/man/man1/cacademo.1.gz -> cacafire.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/cacafire.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/cacaplay.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/cacaserver.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/cacaview.1.gz
|
||||
-rw-r--r-- root/root usr/share/man/man1/img2txt.1.gz
|
5
libcaca/.signature
Normal file
5
libcaca/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3+W4/llyoGQdcZVszURbDlx0ZR+RaSHXmruk0Php7+c8QfG6dFYa3TuILyElVl/5H92NEyIPQTdOkNZW+/2Isgg=
|
||||
SHA256 (Pkgfile) = 8c267db1e7195fe54511b5913c52e173f912adae2665cae9f136667a24012b7b
|
||||
SHA256 (.footprint) = 73035eaa30a4b998fa630955c877167ec51d10bb03518d429a7688926a0aaa0d
|
||||
SHA256 (libcaca-0.99.beta19.tar.gz) = 128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4
|
26
libcaca/Pkgfile
Normal file
26
libcaca/Pkgfile
Normal file
@ -0,0 +1,26 @@
|
||||
# Description: Color AsCii Art library
|
||||
# URL: http://caca.zoy.org/wiki/libcaca
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: xorg-libx11
|
||||
|
||||
name=libcaca
|
||||
version=0.99.beta19
|
||||
release=1
|
||||
source=(http://libcaca.zoy.org/files/$name/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-shared \
|
||||
--disable-doc \
|
||||
--disable-cxx \
|
||||
--disable-gl \
|
||||
--disable-csharp \
|
||||
--disable-python \
|
||||
--disable-slang
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user