-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from AleksArt000/cccp_libspm
CCCP/libSPM
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[info] | ||
name = cccp | ||
version = 73702516813366c4aecde79b4240138e070be902 | ||
type = src | ||
url= https://github.com/Soviet-Linux/CCCP/ | ||
|
||
[description] | ||
This is the official package manager of the Soviet Linux Distribution | ||
|
||
[dependencies] | ||
libspm | ||
|
||
[files] | ||
$NAME-$VERSION.zip https://github.com/Soviet-Linux/CCCP/archive/$VERSION.zip 9c628d101094ac69ddf60a84c129acdcaaa729886a7d1ea8542559d7928ed3c3 | ||
|
||
[download] | ||
unzip $NAME-$VERSION.zip | ||
mv CCCP-$VERSION $NAME-$VERSION | ||
|
||
[install] | ||
make | ||
make DESTDIR=$SOVIET_BUILD_DIR install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[info] | ||
name = libspm | ||
version = 966d1cc96baa8d64f198da4d5efd54498b7636fe | ||
type = src | ||
url= https://github.com/Soviet-Linux/libspm/ | ||
|
||
[description] | ||
SovietLinux's Official Package Management Library | ||
|
||
[files] | ||
$NAME-$VERSION.zip https://github.com/Soviet-Linux/libspm/archive/$VERSION.zip bb2786c5b39c49fe50a245cebe175d4fc1052cc14b040348e0f8bd60201da191 | ||
cutils-a91260eba0df2f622be2389c04ddb0780a703751.zip https://github.com/Soviet-Linux/cutils/archive/a91260eba0df2f622be2389c04ddb0780a703751.zip 1b790371694ee85c424ffa93f637f677ad07ac159012e618548de5f5ebf4e67d | ||
|
||
[download] | ||
unzip $NAME-$VERSION.zip | ||
unzip cutils-a91260eba0df2f622be2389c04ddb0780a703751.zip | ||
mv ./cutils-a91260eba0df2f622be2389c04ddb0780a703751/* ./$NAME-$VERSION/lib/cutils/ | ||
|
||
[install] | ||
make all | ||
make formats | ||
make DESTDIR=$SOVIET_BUILD_DIR install |