Import Upstream version 2.72.4
This commit is contained in:
commit
4ef3ff9793
2003 changed files with 1332420 additions and 0 deletions
19
glib/dirent/dirent-zip
Normal file
19
glib/dirent/dirent-zip
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Build developer package for the dirent library.
|
||||
|
||||
ZIP=/tmp/dirent.zip
|
||||
|
||||
mkdir -p dist/include dist/lib
|
||||
cp dirent.h dist/include
|
||||
cp dirent.lib dist/lib
|
||||
|
||||
(cd dist
|
||||
rm $ZIP
|
||||
zip $ZIP -@ <<EOF
|
||||
include/dirent.h
|
||||
lib/dirent.lib
|
||||
EOF
|
||||
)
|
||||
|
||||
rm -rf dist
|
||||
Loading…
Add table
Add a link
Reference in a new issue