diff options
Diffstat (limited to 'libz.1.pkg')
-rw-r--r-- | libz.1.pkg/control | 2 | ||||
-rw-r--r-- | libz.1.pkg/docs | 0 | ||||
-rw-r--r-- | libz.1.pkg/files | 4 | ||||
-rw-r--r-- | libz.1.pkg/install | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/libz.1.pkg/control b/libz.1.pkg/control index 62f5838..c4e65b5 100644 --- a/libz.1.pkg/control +++ b/libz.1.pkg/control @@ -1,3 +1,3 @@ -Package: zlib Architecture: any +Platform: all Description: zLib is a compression and decompression library. diff --git a/libz.1.pkg/docs b/libz.1.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/libz.1.pkg/docs diff --git a/libz.1.pkg/files b/libz.1.pkg/files new file mode 100644 index 0000000..26fac14 --- /dev/null +++ b/libz.1.pkg/files @@ -0,0 +1,4 @@ +usr/lib/*/libz.* +usr/include/z*.h +usr/lib/*/pkgconfig/zlib.pc +usr/share/man/man3/zlib.3 diff --git a/libz.1.pkg/install b/libz.1.pkg/install deleted file mode 100644 index bda8414..0000000 --- a/libz.1.pkg/install +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/libz.* -usr/include/z*.h -usr/lib/pkgconfig/zlib.pc -usr/share/man/man3/zlib.3 |