Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Dec 16, 2016
1 parent 526d236 commit 30f57a3
Show file tree
Hide file tree
Showing 23 changed files with 40 additions and 1,095 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1 @@
config vitasdk-nightly.*
.DS_Store
*~
_*
binpkg
31 changes: 0 additions & 31 deletions .travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -97,25 +97,6 @@ Contributing


Contributions are welcome to both the package repo, documentation or the package manager itself. Contributions are welcome to both the package repo, documentation or the package manager itself.


Packages
--------

The format for packages are as follows.

```shell
# required
URL=http://example.com/testpkg-0.3.2.tar.gz # direct source url
TYPE=tar # tar/git
DESC="a test package for vdpm" # short description for the package
# optional
TARGET="libtest.a" # custom target for make
PKGINSTALL="${MAKE} install-libtest.a" # custom install command
USER_CFGARGS="--disable-shared --disable-threadsafe" # configure arguments
CFLAGS="${CFLAGS} -O3" # CFLAGS (must include ${CFLAGS} unless the intention is to replace computed CFLAGS)
```

They need to be placed in `pkg/` with their filename matching the extracted folder/git clone folder of the source.

License License
------- -------
LGPL v2.1 or later. LGPL v2.1 or later.
28 changes: 0 additions & 28 deletions config.sample

This file was deleted.

28 changes: 0 additions & 28 deletions config.travis

This file was deleted.

28 changes: 18 additions & 10 deletions install-all.sh
Original file line number Original file line Diff line number Diff line change
@@ -1,12 +1,20 @@
#!/bin/bash #!/bin/bash


# install all set -e
./vdpm -i zlib
./vdpm -i libpng b() {
./vdpm -i libexif ./vdpm $1
./vdpm -i libjpeg }
./vdpm -i jansson
./vdpm -i freetype b zlib
./vdpm -i sqlite b libpng
./vdpm -i fftw b libexif
./vdpm -i libvita2d b libjpeg-turbo
b jansson
b freetype
b fftw
b libvita2d
b libmad
b libogg
b libvorbis
b libftpvita
29 changes: 0 additions & 29 deletions patches/freetype-2.7-cmake.patch

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions pkg/fftw-3.3.5

This file was deleted.

7 changes: 0 additions & 7 deletions pkg/freetype-2.7

This file was deleted.

5 changes: 0 additions & 5 deletions pkg/jansson-2.7

This file was deleted.

3 changes: 0 additions & 3 deletions pkg/libexif-0.6.21

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/libftpvita

This file was deleted.

8 changes: 0 additions & 8 deletions pkg/libjpeg-turbo-1.5.1

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/libmad-0.15.1b

This file was deleted.

7 changes: 0 additions & 7 deletions pkg/libogg-1.3.2

This file was deleted.

6 changes: 0 additions & 6 deletions pkg/libpng-1.6.25

This file was deleted.

4 changes: 0 additions & 4 deletions pkg/libpsp2shell

This file was deleted.

9 changes: 0 additions & 9 deletions pkg/libvita2d

This file was deleted.

7 changes: 0 additions & 7 deletions pkg/libvorbis-1.3.5

This file was deleted.

7 changes: 0 additions & 7 deletions pkg/sqlite-autoconf-3130000

This file was deleted.

5 changes: 0 additions & 5 deletions pkg/zlib-1.2.8

This file was deleted.

Loading

0 comments on commit 30f57a3

Please sign in to comment.