forked from ports/kde-plasma-6
libraw: updated signature
This commit is contained in:
parent
8a0446863d
commit
f6c4828a95
5
libraw/.signature
Normal file
5
libraw/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/kde-plasma-6.pub
|
||||
RWTGxEYrvi0p3pya8NaAuvBgHXLyvBis64oTG+TYy8CWWX/ULTKxF+T0Jo5KhbIjHwnP4aKHoMO67RWAm4Nj+l9eBQJdzvb6fwo=
|
||||
SHA256 (Pkgfile) = 4b07b46796f86418a8994bed78c321fb1439ff7be7aa28218094d518a6ba9164
|
||||
SHA256 (.footprint) = 1d370d7f3600c3f07b4c6ecefc1305dc80df845914b3d69489cd5f1346fe5e87
|
||||
SHA256 (LibRaw-0.21.2.tar.gz) = fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03
|
@ -1,26 +1,26 @@
|
||||
# Description: Library for reading RAW files
|
||||
# URL: http://www.libraw.org/
|
||||
# URL: https://www.libraw.org/
|
||||
# Maintainer: CRUX KDE Ports, kde-ports at crux dot nu
|
||||
# Depends on: jasper lcms2
|
||||
|
||||
name=libraw
|
||||
version=0.21.2
|
||||
release=1
|
||||
source=(http://www.libraw.org/data/LibRaw-$version.tar.gz)
|
||||
source=(https://www.libraw.org/data/LibRaw-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd LibRaw-$version
|
||||
cd LibRaw-$version
|
||||
|
||||
autoreconf -vfi
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--disable-examples \
|
||||
--disable-static
|
||||
autoreconf -vfi
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--disable-examples \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/share
|
||||
}
|
||||
|
||||
# vim: set ts=4 et:
|
||||
|
Loading…
Reference in New Issue
Block a user