From 94020c50f9f4b87934aa3fdbe1f2a6c95187da62 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 May 2014 13:07:13 -0400 Subject: Initial commit. --- (limited to 'liblzma-dev.pkg') diff --git a/liblzma-dev.pkg/control b/liblzma-dev.pkg/control new file mode 100644 index 0000000..18f8ad0 --- /dev/null +++ b/liblzma-dev.pkg/control @@ -0,0 +1,10 @@ +Architecture: any +Platform: all +Depends: liblzma.5 (= ${Binary-Version}) +Description: XZ and LZMA compression library - development + liblzma is a compression library with an API similar to that of zlib but + without file I/O functions. The native file format is the .xz format, but the + legacy .lzma format used by LZMA Utils and raw compressed streams with no + container format headers are also supported. + . + This package provides development files for the liblzma compression library. diff --git a/liblzma-dev.pkg/files b/liblzma-dev.pkg/files new file mode 100644 index 0000000..3b01619 --- /dev/null +++ b/liblzma-dev.pkg/files @@ -0,0 +1,4 @@ +/usr/include +/usr/lib/*/liblzma.a +/usr/lib/*/liblzma.so +/usr/lib/*/pkgconfig -- cgit v0.9.1