minizip-ng
This commit is contained in:
@@ -11,7 +11,7 @@ from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DMZ_PROJECT_SUFFIX='-ng' \
|
||||
-DMZ_LIB_SUFFIX='-ng' \
|
||||
-DBUILD_SHARED_LIBS=ON")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<Dependency>openssl</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libminizip.so*</Path>
|
||||
<Path fileType="library">/usr/lib/libminizip-ng.so*</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -53,7 +53,7 @@
|
||||
<Dependency release="current">minizip-ng</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include/minizip</Path>
|
||||
<Path fileType="header">/usr/include/minizip-ng</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user