diff options
Diffstat (limited to 'repos')
| -rw-r--r-- | repos/xorg/confuse/.files | 10 | ||||
| -rw-r--r-- | repos/xorg/confuse/abuild | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/repos/xorg/confuse/.files b/repos/xorg/confuse/.files new file mode 100644 index 00000000..65d2fe07 --- /dev/null +++ b/repos/xorg/confuse/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/confuse.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libconfuse.so -> libconfuse.so.2.1.0 +lrwxrwxrwx root/root usr/lib/libconfuse.so.2 -> libconfuse.so.2.1.0 +-rwxr-xr-x root/root usr/lib/libconfuse.so.2.1.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libconfuse.pc +drwxr-xr-x root/root usr/share/ diff --git a/repos/xorg/confuse/abuild b/repos/xorg/confuse/abuild new file mode 100644 index 00000000..8c81a5e0 --- /dev/null +++ b/repos/xorg/confuse/abuild @@ -0,0 +1,4 @@ +name=confuse +version=3.3 +release=1 +source="https://github.com/lib${name}/lib${name}/releases/download/v${version}/${name}-${version}.tar.xz" |