Skip to content

Commit 98cb773

Browse files
committed
AP EXAMS ARE OVER!!!
1 parent 2a442e7 commit 98cb773

685 files changed

Lines changed: 2445 additions & 42 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

URI

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
25
URL=https://www.cpan.org/authors/id/O/OA/OALDERS/URI-5.16.tar.gz
36
TAR=$(echo $URL | sed -r 's|(.*)/||')
47
DIR=$(echo $TAR | sed 's|.tar.*||g')

a52dec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
3+
export CFLAGS=-"O2"
4+
export CXXFLAGS="-O2"
5+
26
URL=http://liba52.sourceforge.net/files/a52dec-0.7.4.tar.gz
37
TAR=$(echo $URL | sed -r 's|(.*)/||')
48
DIR=$(echo $TAR | sed 's|.tar.*||g')

accounts-service

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
25
URL=https://www.freedesktop.org/software/accountsservice/accountsservice-23.13.9.tar.xz
36
TAR=$(echo $URL | sed -r 's|(.*)/||')
47
DIR=$(echo $TAR | sed 's|.tar.*||g')

alsa-lib

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
25
URL=https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.8.tar.bz2
36
TAR=$(echo $URL | sed -r 's|(.*)/||')
47
DIR=$(echo $TAR | sed 's|.tar.*||g')

amdgpu

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
5+
export CFLAGS=-"O2"
6+
export CXXFLAGS="-O2"
7+
28
URL=https://www.x.org/pub/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz
39
TAR=$(echo $URL | sed -r 's|(.*)/||')
410
DIR=$(echo $TAR | sed 's|.tar.*||g')

appstream

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
5+
export CFLAGS=-"O2"
6+
export CXXFLAGS="-O2"
7+
28
URL=https://www.freedesktop.org/software/appstream/releases/AppStream-0.16.1.tar.xz
39
TAR=$(echo $URL | sed -r 's|(.*)/||')
410
DIR=$(echo $TAR | sed 's|.tar.*||g')

arch-install-scripts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
5+
export CFLAGS=-"O2"
6+
export CXXFLAGS="-O2"
7+
28
#URL=
39
TAR=arch-install-scripts-t2.tar.xz
410
DIR=$(echo $TAR | sed 's|.tar.*||g')

asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
25
URL=https://github.com/asciidoc-py/asciidoc-py/releases/download/10.2.0/asciidoc-10.2.0.tar.gz
36
TAR=$(echo $URL | sed -r 's|(.*)/||')
47
DIR=$(echo $TAR | sed 's|.tar.*||g')

at-spi2-core

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
5+
26
URL=https://download.gnome.org/sources/at-spi2-core/2.46/at-spi2-core-2.46.0.tar.xz
37
TAR=$(echo $URL | sed -r 's|(.*)/||')
48
DIR=$(echo $TAR | sed 's|.tar.*||g')

avahi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
export CFLAGS=-"O2"
3+
export CXXFLAGS="-O2"
4+
25
URL=https://github.com/lathiat/avahi/releases/download/v0.8/avahi-0.8.tar.gz
36
TAR=$(echo $URL | sed -r 's|(.*)/||')
47
DIR=$(echo $TAR | sed 's|.tar.*||g')

0 commit comments

Comments
 (0)