diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 19:46:56 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2007-09-06 19:46:56 +0200 |
commit | 3417501f3c011c77b6627fd6c71430236744f78b (patch) | |
tree | 125f7f977c394e12a857a8808a62f12f7f88082a /xorg-libxp | |
parent | b5aae8c1de13f6a21d29cc3311fd790f73bcf386 (diff) | |
download | xorg-3417501f3c011c77b6627fd6c71430236744f78b.tar.gz xorg-3417501f3c011c77b6627fd6c71430236744f78b.tar.xz |
xorg-libxp: removed.
Diffstat (limited to 'xorg-libxp')
-rw-r--r-- | xorg-libxp/.footprint | 45 | ||||
-rw-r--r-- | xorg-libxp/.md5sum | 1 | ||||
-rw-r--r-- | xorg-libxp/Pkgfile | 18 |
3 files changed, 0 insertions, 64 deletions
diff --git a/xorg-libxp/.footprint b/xorg-libxp/.footprint deleted file mode 100644 index e2d82ed4..00000000 --- a/xorg-libxp/.footprint +++ /dev/null @@ -1,45 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/lib/ --rw-r--r-- root/root usr/lib/libXp.a --rwxr-xr-x root/root usr/lib/libXp.la -lrwxrwxrwx root/root usr/lib/libXp.so -> libXp.so.6.2.0 -lrwxrwxrwx root/root usr/lib/libXp.so.6 -> libXp.so.6.2.0 --rwxr-xr-x root/root usr/lib/libXp.so.6.2.0 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/XpCancelDoc.3x.gz --rw-r--r-- root/root usr/man/man3/XpCancelJob.3x.gz --rw-r--r-- root/root usr/man/man3/XpCancelPage.3x.gz --rw-r--r-- root/root usr/man/man3/XpCreateContext.3x.gz --rw-r--r-- root/root usr/man/man3/XpDestroyContext.3x.gz --rw-r--r-- root/root usr/man/man3/XpEndDoc.3x.gz --rw-r--r-- root/root usr/man/man3/XpEndJob.3x.gz --rw-r--r-- root/root usr/man/man3/XpEndPage.3x.gz --rw-r--r-- root/root usr/man/man3/XpFreePrinterList.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetAttributes.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetContext.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetDocumentData.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetImageResolution.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetLocaleHinter.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetOneAttribute.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetPageDimensions.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetPdmStartParams.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetPrinterList.3x.gz --rw-r--r-- root/root usr/man/man3/XpGetScreenOfContext.3x.gz --rw-r--r-- root/root usr/man/man3/XpInputSelected.3x.gz --rw-r--r-- root/root usr/man/man3/XpPutDocumentData.3x.gz --rw-r--r-- root/root usr/man/man3/XpQueryExtension.3x.gz --rw-r--r-- root/root usr/man/man3/XpQueryScreens.3x.gz --rw-r--r-- root/root usr/man/man3/XpQueryVersion.3x.gz --rw-r--r-- root/root usr/man/man3/XpRehashPrinterList.3x.gz --rw-r--r-- root/root usr/man/man3/XpSelectInput.3x.gz --rw-r--r-- root/root usr/man/man3/XpSetAttributes.3x.gz --rw-r--r-- root/root usr/man/man3/XpSetContext.3x.gz --rw-r--r-- root/root usr/man/man3/XpSetImageResolution.3x.gz --rw-r--r-- root/root usr/man/man3/XpSetLocaleHinter.3x.gz --rw-r--r-- root/root usr/man/man3/XpStartDoc.3x.gz --rw-r--r-- root/root usr/man/man3/XpStartJob.3x.gz --rw-r--r-- root/root usr/man/man3/XpStartPage.3x.gz --rw-r--r-- root/root usr/man/man3/libXp.3x.gz -drwxr-xr-x root/root usr/lib/pkgconfig/ --rw-r--r-- root/root usr/lib/pkgconfig/xp.pc diff --git a/xorg-libxp/.md5sum b/xorg-libxp/.md5sum deleted file mode 100644 index c55bcfb4..00000000 --- a/xorg-libxp/.md5sum +++ /dev/null @@ -1 +0,0 @@ -0f4ac39108c1ae8c443cdfac259b58fa libXp-1.0.0.tar.bz2 diff --git a/xorg-libxp/Pkgfile b/xorg-libxp/Pkgfile deleted file mode 100644 index 95cc182c..00000000 --- a/xorg-libxp/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: xorg lib libXp -# URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu -# Depends on: xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxau, xorg-printproto - -name=xorg-libxp -version=1.0.0 -release=1 -source=(http://xorg.freedesktop.org/releases/individual/lib/libXp-$version.tar.bz2) - -build() { - cd libXp-$version - - ./configure --prefix=/usr - - make - make DESTDIR=$PKG install -} |