+summary : Library for interacting with Dell SMBIOS tables
+description: |
+ libsmbios provides a library to interface with the SMBIOS tables. It also provides extensions for proprietary methods of interfacing with Dell specific SMBIOS tables.
+builddeps :
+ - doxygen
+setup : |
+ %reconfigure --disable-static
+build : |
+ %make
+install : |
+ %make_install
+ # Headers needed by fwupdate
+ install -dm00755 $installdir/usr/include/
+ cp -a $workdir/src/include/* $installdir/usr/include/
+ cp -a $workdir/out/public-include/* $installdir/usr/include/
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,95 @@
+<PISI>
+ <Source>
+ <Name>libsmbios</Name>
+ <Packager>
+ <Name>Joey Riches</Name>
+ <Email>josephriches@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <License>OSL-2.1</License>
+ <PartOf>system.boot</PartOf>
+ <Summary xml:lang="en">Library for interacting with Dell SMBIOS tables</Summary>
+ <Description xml:lang="en">libsmbios provides a library to interface with the SMBIOS tables. It also provides extensions for proprietary methods of interfacing with Dell specific SMBIOS tables.
+ <Summary xml:lang="en">Library for interacting with Dell SMBIOS tables</Summary>
+ <Description xml:lang="en">libsmbios provides a library to interface with the SMBIOS tables. It also provides extensions for proprietary methods of interfacing with Dell specific SMBIOS tables.
+ <Summary xml:lang="en">Development files for libsmbios</Summary>
+ <Description xml:lang="en">libsmbios provides a library to interface with the SMBIOS tables. It also provides extensions for proprietary methods of interfacing with Dell specific SMBIOS tables.