From 7c582c5728c0180a26fbd0809947d62075f37834 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 17 2020 17:16:12 +0000 Subject: Add sources defined in the spec file --- diff --git a/SPECS/bzip2-1.0.6.tar.gz b/SPECS/bzip2-1.0.6.tar.gz new file mode 100644 index 0000000..e47e903 Binary files /dev/null and b/SPECS/bzip2-1.0.6.tar.gz differ diff --git a/SPECS/bzip2.pc b/SPECS/bzip2.pc new file mode 100644 index 0000000..ff40d85 --- /dev/null +++ b/SPECS/bzip2.pc @@ -0,0 +1,11 @@ +prefix=/usr +exec_prefix=/usr +bindir=/usr/bin +libdir= +includedir=/usr/include + +Name: bzip2 +Description: A file compression library +Version: 1.0.6 +Libs: -L${libdir} -lbz2 +Cflags: -I${includedir}