2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

popt: move to extra

This commit is contained in:
Dylan Araps 2020-02-14 12:47:36 +02:00
parent 3a18ab024a
commit 039334693a
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 10 additions and 0 deletions

7
extra/popt/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" install

1
extra/popt/checksums Normal file
View File

@ -0,0 +1 @@
e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 popt-1.16.tar.gz

1
extra/popt/sources Normal file
View File

@ -0,0 +1 @@
https://fossies.org/linux/misc/popt-1.16.tar.gz

1
extra/popt/version Normal file
View File

@ -0,0 +1 @@
1.16 1