Commit cc58840
0
plików
+0
dodanych
-0
usuniętych
@@ -52,14 +52,10 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
52
52
build: |
53
53
cd ${pkgname}-${pkgver}
54
54
55
- ./configure \
56
- --prefix=/usr \
57
- --disable-dbus \
58
- --disable-exif \
59
- --disable-poppler \
60
- --disable-mutool
61
-
62
- make
55
+./configure --prefix=/usr \
56
+ --disable-static \
57
+ --docdir=/usr/share/doc/libcupsfilters-2.1.1 &&
58
+make
63
59
make DESTDIR=${PKGDIR} install
64
60
65
61
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING