forked from ports/contrib
libwebp: initial import
This commit is contained in:
parent
77cef49394
commit
2dd8796064
21
libwebp/.footprint
Normal file
21
libwebp/.footprint
Normal file
@ -0,0 +1,21 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/cwebp
|
||||
-rwxr-xr-x root/root usr/bin/dwebp
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/webp/
|
||||
-rw-r--r-- root/root usr/include/webp/decode.h
|
||||
-rw-r--r-- root/root usr/include/webp/encode.h
|
||||
-rw-r--r-- root/root usr/include/webp/types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libwebp.a
|
||||
-rwxr-xr-x root/root usr/lib/libwebp.la
|
||||
lrwxrwxrwx root/root usr/lib/libwebp.so -> libwebp.so.4.0.2
|
||||
lrwxrwxrwx root/root usr/lib/libwebp.so.4 -> libwebp.so.4.0.2
|
||||
-rwxr-xr-x root/root usr/lib/libwebp.so.4.0.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libwebp.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/cwebp.1.gz
|
||||
-rw-r--r-- root/root usr/man/man1/dwebp.1.gz
|
1
libwebp/.md5sum
Normal file
1
libwebp/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
4183f4f51ada98976f14e7bd51f30938 libwebp-0.3.0.tar.gz
|
21
libwebp/Pkgfile
Normal file
21
libwebp/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: A library for a new image format comparable to JPEG.
|
||||
# URL: https://code.google.com/p/webp/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on: libpng libjpeg
|
||||
|
||||
name=libwebp
|
||||
version=0.3.0
|
||||
release=1
|
||||
source=(https://webp.googlecode.com/files/$name-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user